Name

relay_buf_full — boolean, is the channel buffer full?

Synopsis

int relay_buf_full (struct rchan_buf *  buf);

Arguments

buf

channel buffer

Description

Returns 1 if the buffer is full, 0 otherwise.