Frees a zero copy buffer #include corosync/cpg.h int cpg_zcb_fre(cpg_handle_t handle, void *buffer);
The cpg_zcb_free function will free a zero copy buffer.
The argument handle describes the handle on which the buffer will be allocated.
The argument buffer is the zero copy buffer to free.
This call returns the CPG_OK value if successful, otherwise an error is returned.
The errors are undocumented.