1dmmp_last_error_msDge(v3i)ce Mapper Multipath API - libdmmp Madnmumapl_last_error_msg(3)
2
3
4
6 dmmp_last_error_msg - Retrieves the last error message.
7
9 const char * dmmp_last_error_msg (struct dmmp_context *ctx);
10
12 ctx Pointer of 'struct dmmp_context'. If this pointer is NULL,
13 your program will be terminated by assert.
14
16 Retrieves the last error message.
17
19 const char *. No need to free this memory, the resources will get freed
20 when dmmp_context_free.
21
22
23
24March 2018 dmmp_last_error_msg dmmp_last_error_msg(3)