RELAY_BUF_EMPTY

Section: relay interface support (9)
Updated: February 2011
Index Return to Main Contents
 

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.  

COPYRIGHT