cpg_zcb_alloc (3) Linux Manual Page
NAME cpg_zcb_alloc – Allocates a zero copy buffer SYNOPSIS #include <corosync/cpg.h> int cpg_zcb_alloc(cpg_handle_t handle, size_t size, void **buffer); DESCRIPTION The cpg_zcb_alloc function will allocate a zero copy buffer for use with the cpg_zcb_mcast_joined(3) function. This buffer should not be used in another thread while a cpg_zcb_mcast_joined operation is taking place on the buffer. The buffer…
