Name

relay_buf_empty — boolean, is the channel buffer empty?

Synopsis

int relay_buf_empty (struct rchan_buf *  buf);

Arguments

buf

channel buffer

Description

Returns 1 if the buffer is empty, 0 otherwise.