rpma_mr_remote_delete - delete the remote memory region's structure
#include <librpma.h>
struct rpma_mr_remote;
int rpma_mr_remote_delete(struct rpma_mr_remote **mr_ptr);
rpma_mr_remote_delete() deletes the remote memory region's structure.
The rpma_mr_remote_delete() function returns 0 on success or a negative error code on failure. rpma_mr_remote_delete() does not set *mr_ptr value to NULL on failure.
rpma_mr_remote_delete() can fail with the following error:
rpma_mr_remote_from_descriptor(3), librpma(7) and https://pmem.io/rpma/
The contents of this web site and the associated GitHub repositories are BSD-licensed open source.