1dmmp_reconfig(3) Device Mapper Multipath API - libdmmp Manual dmmp_reconfig(3)
2
3
4
6 dmmp_reconfig - Instruct multipathd daemon to do reconfiguration.
7
9 int dmmp_reconfig (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 Instruct multipathd daemon to do reconfiguration.
17
19 int. Valid error codes are:
20
21 * DMMP_OK
22
23 * DMMP_ERR_BUG
24
25 * DMMP_ERR_NO_MEMORY
26
27 * DMMP_ERR_NO_DAEMON
28
29 * DMMP_ERR_PERMISSION_DENY
30
31 Error number could be converted to string by dmmp_strerror.
32
33
34
35February 2019 dmmp_reconfig dmmp_reconfig(3)