1. NAME

relay_reset - reset the channel

2. SYNOPSIS

void relay_reset(struct rchan *  chan );

3. ARGUMENTS

chan
    the channel

4. DESCRIPTION

This has the effect of erasing all data from all channel buffers and restarting the channel in its initial state. The buffers are not freed, so any mappings are still in effect.

NOTE. Care should be taken that the channel isnAqt actually being used by anything when this call is made.

5. COPYRIGHT