1dmmp_path_array_geDte(v3i)ce Mapper Multipath API - libdmmp Madnmumapl_path_array_get(3)
2
3
4
6 dmmp_path_array_get - Retrieve path pointer array.
7
9 void dmmp_path_array_get (struct dmmp_path_group *dmmp_pg, struct
10 dmmp_path ***dmmp_ps, uint32_t *dmmp_p_count);
11
13 dmmp_pg Pointer of 'struct dmmp_path_group'. If this pointer is
14 NULL, your program will be terminated by assert.
15
16 dmmp_ps Output pointer of 'struct dmmp_path' pointer array. If
17 this pointer is NULL, your program will be terminated by
18 assert.
19
20 dmmp_p_count
21 Output pointer of uint32_t. Hold the size of 'dmmp_ps'
22 pointer array. If this pointer is NULL, your program will
23 be terminated by assert.
24
26 The memory of output pointer array is hold by 'struct dmmp_mpath', no
27 need to free this memory, the resources will got freed when
28 dmmp_mpath_array_free.
29
31 void
32
33
34
35March 2018 dmmp_path_array_get dmmp_path_array_get(3)