1dmmp_mpath_array_fDreevei(c3e)Mapper Multipath API - libdmmpdMmamnpu_amlpath_array_free(3)
2
3
4
6 dmmp_mpath_array_free - Free 'struct dmmp_mpath' pointer array.
7
9 void dmmp_mpath_array_free (struct dmmp_mpath **dmmp_mps, uint32_t
10 dmmp_mp_count);
11
13 dmmp_mps Pointer of 'struct dmmp_mpath' array.
14
15 dmmp_mp_count
16 uint32_t, the size of 'dmmp_mps' pointer array.
17
19 Free the 'dmmp_mps' pointer array generated by dmmp_mpath_array_get.
20 If provided 'dmmp_mps' pointer is NULL or dmmp_mp_count == 0, do noth‐
21 ing.
22
24 void
25
26
27
28March 2018 dmmp_mpath_array_free dmmp_mpath_array_free(3)