# dmmp_reconfig(3) - man - phpMan

[dmmp_reconfig(3)](https://www.chedong.com/phpMan.php/man/dmmpreconfig/3/markdown)            Device Mapper Multipath API - libdmmp Manual            [dmmp_reconfig(3)](https://www.chedong.com/phpMan.php/man/dmmpreconfig/3/markdown)



## NAME
       dmmp_reconfig - Instruct multipathd daemon to do reconfiguration.

## SYNOPSIS
       **int** **dmmp**___**reconfig** **(struct** **dmmp**___**context** *****_ctx_**);**

## ARGUMENTS
       ctx         Pointer  of 'struct dmmp_context'.  If this pointer is NULL, your program will be
                   terminated by assert.

## DESCRIPTION
       Instruct multipathd daemon to do reconfiguration.

## RETURN
       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**.



March 2018                                  dmmp_reconfig                           [dmmp_reconfig(3)](https://www.chedong.com/phpMan.php/man/dmmpreconfig/3/markdown)
