dmmp_reconfig - Instruct multipathd daemon to do reconfiguration.
int dmmp_reconfig (struct dmmp_context *ctx);
Pointer of 'struct dmmp_context'. If this pointer is NULL, your program will be terminated by assert.
Instruct multipathd daemon to do reconfiguration.
int. Valid error codes are:
* DMMP_OK
* DMMP_ERR_BUG
* DMMP_ERR_NO_MEMORY
* DMMP_ERR_NO_DAEMON
* DMMP_ERR_PERMISSION_DENY
Error number could be converted to string by dmmp_strerror.