pomp_ctx_destroy

Function pomp_ctx_destroy 

Source
pub unsafe extern "C" fn pomp_ctx_destroy(ctx: *mut pomp_ctx) -> c_int
Expand description

Destroy a context. @param ctx : context. @return 0 in case of success, negative errno value in case of error. If the client or server is still running, -EBUSY is returned.