table of contents
| libnvmf_context_free(9) | libnvme API manual | libnvmf_context_free(9) |
NAME¶
libnvmf_context_free - Free a fabrics context
SYNOPSIS¶
void libnvmf_context_free (struct libnvmf_context *fctx );
ARGUMENTS¶
- fctx
- Fabrics context to free
DESCRIPTION¶
Releases all resources associated with fctx. The context must have been previously created with libnvmf_context_create.
After this call, fctx must not be used.
| libnvmf_context_free | July 2026 |