1RELAY_RESET(9) relay interface support RELAY_RESET(9)
2
3
4
6 relay_reset - reset the channel
7
9 void relay_reset(struct rchan * chan);
10
12 chan
13 the channel
14
16 This has the effect of erasing all data from all channel buffers and
17 restarting the channel in its initial state. The buffers are not freed,
18 so any mappings are still in effect.
19
20 NOTE. Care should be taken that the channel isnĀ“t actually being used
21 by anything when this call is made.
22
24Kernel Hackers Manual 2.6. June 2019 RELAY_RESET(9)