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