relay_create_buf (9) Linux Manual Page
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.
