1dmmp_path_group_arDreavyi_cgeetM(a3p)per Multipath API - libddmmmmpp_Mpaantuha_lgroup_array_get(3)
2
3
4
6 dmmp_path_group_array_get - Retrieve path groups pointer array.
7
9 void dmmp_path_group_array_get (struct dmmp_mpath *dmmp_mp, struct
10 dmmp_path_group ***dmmp_pgs, uint32_t *dmmp_pg_count);
11
13 dmmp_mp Pointer of 'struct dmmp_mpath'. If this pointer is NULL,
14 your program will be terminated by assert.
15
16 dmmp_pgs Output pointer of 'struct dmmp_path_group' pointer array.
17 If this pointer is NULL, your program will be terminated by
18 assert.
19
20 dmmp_pg_count
21 Output pointer of uint32_t. Hold the size of 'dmmp_pgs'
22 pointer array. If this pointer is NULL, your program will
23 be terminated by assert.
24
26 Retrieve the path groups of certain mpath.
27
28 The memory of output pointer array is hold by 'struct dmmp_mpath', no
29 need to free this memory, the resources will got freed when
30 dmmp_mpath_array_free.
31
33 void
34
35
36
37March 2018 dmmp_path_group_array_gedtmmp_path_group_array_get(3)