dmmp_mpath_wwid_get - Man Page

Retrieve WWID of certain mpath.

Synopsis

const char * dmmp_mpath_wwid_get (struct dmmp_mpath *dmmp_mp);

Arguments

dmmp_mp

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

Return

const char *. No need to free this memory, the resources will get freed when dmmp_mpath_array_free.

Info

March 2018 Device Mapper Multipath API - libdmmp Manual