table of contents
other versions
- Tumbleweed 0.13.0+127+suse.37f9a4c9-1.1
- Leap-16.0
- Leap-15.6
| dmmp_context_free(3) | Device Mapper Multipath API - libdmmp Manual | dmmp_context_free(3) |
NAME¶
dmmp_context_free - 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
| dmmp_context_free | August 2024 |