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_path_group_id_get - Retrieve path group ID.

Arguments

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

Description

       Retrieve the path group ID which could be used to switch active path group via command:

       multipathd -k'switch multipath mpathb group $id'

Name

       dmmp_path_group_id_get - Retrieve path group ID.

Return

       uint32_t.

March 2018                                   dmmp_path_group_id_get                    dmmp_path_group_id_get(3)

Synopsis

uint32_tdmmp_path_group_id_get(structdmmp_path_group*dmmp_pg);

See Also