Name

relay_create_buf — allocate and initialize a channel buffer

Synopsis

struct rchan_buf * relay_create_buf (struct rchan * chan);
 

Arguments

struct rchan * chan

the relay channel

Description

Returns channel buffer if successful, NULL otherwise.