NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
SEE ALSO
pmemset_part_map_by_address() - returns part map object
#include <libpmemset.h>
struct pmemset;
struct pmemset_part_map;
int pmemset_part_map_by_address(struct pmemset *set, struct pmemset_part_map **pmap,
void *addr);
The pmemset_part_map_by_address() - returns part_map object from the set. The part_map has to contain address addr.
The pmemset_part_map_by_address() function returns 0 on success or a negative error code on failure.
The pmemset_part_new() can fail with the following errors:
libpmemset(7) and https://pmem.io
The contents of this web site and the associated GitHub repositories are BSD-licensed open source.