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