Boolean, is the channel buffer empty?
int relay_buf_empty(struct rchan_buf * buf);
buf
channel buffer
Returns 1 if the buffer is empty, 0 otherwise.