dmmp_path_group_array_get(3) | Device Mapper Multipath API - libdmmp Manual | dmmp_path_group_array_get(3) |
dmmp_path_group_array_get - Retrieve path groups pointer array.
void dmmp_path_group_array_get (struct dmmp_mpath *dmmp_mp, struct dmmp_path_group ***dmmp_pgs, uint32_t *dmmp_pg_count);
Retrieve the path groups of certain mpath.
The memory of output pointer array is hold by 'struct dmmp_mpath', no need to free this memory, the resources will got freed when dmmp_mpath_array_free.
void
dmmp_path_group_array_get | March 2018 |