relay_buf_empty (9) Linux Manual Page
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.
relay_buf_empty – boolean, is the channel buffer empty?
int relay_buf_empty(struct rchan_buf *buf);
buf
Returns 1 if the buffer is empty, 0 otherwise.