logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dmmp_reconfig - Instruct multipathd daemon to do reconfiguration.

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.

Name

       dmmp_reconfig - 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)

Synopsis

intdmmp_reconfig(structdmmp_context*ctx);

See Also