pomp_buffer_is_shared

Function pomp_buffer_is_shared 

Source
pub unsafe extern "C" fn pomp_buffer_is_shared(
    buf: *const pomp_buffer,
) -> c_int
Expand description

Determine if the buffer is shared @param buf : buffer. @return 1 if the buffer is shared (ref count greater than 1), 0 otherwise.