1. NAME

relay_close - close the channel

2. SYNOPSIS

void relay_close(struct rchan *  chan );

3. ARGUMENTS

chan
    the channel

4. DESCRIPTION

Closes all channel buffers and frees the channel.

5. COPYRIGHT