1CPG_ZCB_FREE(2009-04-15) CPG_ZCB_FREE(2009-04-15)
2
3
4
6 cpg_zcb_free - Frees a zero copy buffer #include <corosync/cpg.h>
7
8 int cpg_zcb_fre(cpg_handle_t handle, void *buffer);
9
11 The cpg_zcb_free function will free a zero copy buffer.
12
13
14 The argument handle describes the handle on which the buffer will be
15 allocated.
16
17 The argument buffer is the zero copy buffer to free.
18
19
21 This call returns the CPG_OK value if successful, otherwise an error is
22 returned.
23
25 The errors are undocumented.
26
28 cpg_overview(8), cpg_initialize(3), cpg_finalize(3), cpg_fd_get(3),
29 cpg_dispatch(3), cpg_join(3), cpg_leave(3), cpg_mcast_joined(3),
30 cpg_membership_get(3) cpg_zcb_alloc(3) cpg_zcb_free(3)
31 cpg_zcb_mcast_joined(3) cpg_context_get(3) cpg_context_set(3)
32 cpg_local_get(3)
33
34
35Corosync Cluster Engine Programmceorr'ossyMnacnuMaaln Page CPG_ZCB_FREE(2009-04-15)