1. NAME

relay_close_buf - close a channel buffer

2. SYNOPSIS

void relay_close_buf(struct rchan_buf *  buf );

3. ARGUMENTS

buf
    channel buffer

4. DESCRIPTION

Marks the buffer finalized and restores the default callbacks. The channel buffer and channel buffer data structure are then freed automatically when the last reference is given up.

5. COPYRIGHT