1dmmp_context_new(3D)evice Mapper Multipath API - libdmmp Manuadlmmp_context_new(3)
2
3
4
6 dmmp_context_new - Create struct dmmp_context.
7
9 struct dmmp_context * dmmp_context_new (void);
10
12 void no arguments
13
15 The default logging level (DMMP_LOG_PRIORITY_DEFAULT) is DMMP_LOG_PRI‐
16 ORITY_WARNING which means only warning and error message will be for‐
17 ward to log handler function. The default log handler function will
18 print log message to STDERR, to change so, please use dmmp_con‐
19 text_log_func_set to set your own log handler, check manpage libd‐
20 mmp.h(3) for detail.
21
23 Pointer of 'struct dmmp_context'. Should be freed by dmmp_context_free.
24
25
26
27February 2019 dmmp_context_new dmmp_context_new(3)