1RELAY_CLOSE_BUF(9) relay interface support RELAY_CLOSE_BUF(9)
23
4
NAME
6relay_close_buf - close a channel buffer
7
SYNOPSIS
9void relay_close_buf(struct rchan_buf * buf);
10
ARGUMENTS
12buf
13channel buffer
14
DESCRIPTION
16Marks the buffer finalized and restores the default callbacks. The
17channel buffer and channel buffer data structure are then freed
18automatically when the last reference is given up.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 RELAY_CLOSE_BUF(9)