pmem2 API version 1.0

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

NAME

pmem2_config_set_vm_reservation() - sets the pmem2_vm_reservation structure basing on the values in the pmem2_config structure

SYNOPSIS

#include <libpmem2.h>

struct pmem2_config;
struct pmem2_vm_reservation;
int pmem2_config_set_vm_reservation(struct pmem2_config *cfg,
		struct pmem2_vm_reservation *rsv, size_t offset);

DESCRIPTION

The pmem2_config_set_vm_reservation() function is not supported yet.

RETURN VALUE

pmem2_config_set_vm_reservation() returns PMEM2_E_NOSUPP .

SEE ALSO

libpmem2(7), pmem2_vm_reservation_new(3) and http://pmem.io

The contents of this web site and the associated GitHub repositories are BSD-licensed open source.