table of contents
other versions
- stretch 4.9.168-1
RELAY_RESET(9) | relay interface support | RELAY_RESET(9) |
NAME¶
relay_reset - reset the channelSYNOPSIS¶
void relay_reset(struct rchan * chan);
ARGUMENTS¶
chanthe channel
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 isn't actually being used by anything when this call is made.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |