PMDK man page

librpma

NAME

rpma_mr_remote_delete - delete the remote memory region's structure

SYNOPSIS

      #include <librpma.h>

      struct rpma_mr_remote;
      int rpma_mr_remote_delete(struct rpma_mr_remote **mr_ptr);

DESCRIPTION

rpma_mr_remote_delete() deletes the remote memory region's structure.

RETURN VALUE

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.

ERRORS

rpma_mr_remote_delete() can fail with the following error:

SEE ALSO

rpma_mr_remote_from_descriptor(3), librpma(7) and https://pmem.io/rpma/