# dmmp_path_group_status_get(3) - man - phpman

dmmp_path_group_status_get(3**D**evice Mapper Multipath API - libdmmp Manua**d**[mmp_path_group_status_get(3)](https://www.chedong.com/phpMan.php/man/mmppathgroupstatusget/3/markdown)



## NAME
       dmmp_path_group_status_get - Retrieve path group status.

## SYNOPSIS
       **uint32**___**t** **dmmp**___**path**___**group**___**status**___**get** **(struct** **dmmp**___**path**___**group** *****_dmmp_pg_**);**

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

## DESCRIPTION
       The valid path group statuses are:

       * DMMP_PATH_GROUP_STATUS_UNKNOWN

       * DMMP_PATH_GROUP_STATUS_ENABLED  -- standby to be active

       * DMMP_PATH_GROUP_STATUS_DISABLED -- disabled due to all path down

       * DMMP_PATH_GROUP_STATUS_ACTIVE -- selected to handle I/O

## RETURN
       uint32_t.



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