pmemset API version 1.0

The PMDK repository on GitHub is the ultimate source of information on PMDK from release 2.0! For all questions and to submit eventual issues please follow to that repository. The PMDK documentation collected here should be valid up to the 1.13.1 release but is maintained only on a best-effort basis and may not reflect the latest state of the art.

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

NAME

pmemset_descriptor_part_map() - reads the address and size of part mapping

SYNOPSIS

#include <libpmemset.h>

struct pmemset_part_map;
struct pmemset_part_descriptor pmemset_descriptor_part_map(struct pmemset_part_map *pmap);

DESCRIPTION

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.

RETURN VALUE

The pmemset_descriptor_part_map() returns a pmemset_part_descriptor struct containing descriptive information abot the part mapping.

SEE ALSO

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.