1. NAME

relay_create_buf - allocate and initialize a channel buffer

2. SYNOPSIS

struct rchan_buf * relay_create_buf(struct rchan *  chan );

3. ARGUMENTS

chan
    the relay channel

4. DESCRIPTION

Returns channel buffer if successful, NULL otherwise.

5. COPYRIGHT