RELAY_CREATE_BUF
Section: relay interface support (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
relay_create_buf - allocate and initialize a channel buffer
 
SYNOPSIS
- 
struct rchan_buf * relay_create_buf(struct rchan * chan);
ARGUMENTS
chan
- 
- the relay channel
DESCRIPTION
Returns channel buffer if successful,
NULL
otherwise.
 
COPYRIGHT