dmmp_context_free - Man Page
Release the memory of struct dmmp_context.
Synopsis
void dmmp_context_free (struct dmmp_context *ctx);
Arguments
- ctx
Pointer of 'struct dmmp_context'.
Description
Release the memory of struct dmmp_context, but the userdata memory defined via dmmp_context_userdata_set will not be touched.
Return
void
Info
March 2018 Device Mapper Multipath API - libdmmp Manual