NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
pmemset_descriptor_part_map() - reads the address and size of part mapping
#include <libpmemset.h>
struct pmemset_part_map;
struct pmemset_part_descriptor pmemset_descriptor_part_map(struct pmemset_part_map *pmap);
The pmemset_descriptor_part_map() function reads address and size of the part mapping via pmap parameter pointing to the structure describing part mapping. It can be obtained using the pmemset_first_part_map(3) or the pmemset_next_part_map(3) function.
The pmemset_descriptor_part_map() returns a pmemset_part_descriptor struct containing descriptive information abot the part mapping.
pmemset_first_part_map(3), pmemset_next_part_map(3), libpmemset(7) and http://pmem.io
The contents of this web site and the associated GitHub repositories are BSD-licensed open source.