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