relay_close(9)
NAME
relay_close - close the channel
SYNOPSIS
void relay_close(struct rchan * chan);
ARGUMENTS
- chan
- the channel
DESCRIPTION
Closes all channel buffers and frees the channel.
relay_close - close the channel
void relay_close(struct rchan * chan);
Closes all channel buffers and frees the channel.