logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rpma_mr_remote_delete - delete the remote memory region's structure

Description

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

Errors

rpma_mr_remote_delete() can fail with the following error:

       •  RPMA_E_INVAL - mr_ptr is NULL

Name

rpma_mr_remote_delete - delete 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.

See Also

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

RPMA                                              01 April 2024                         rpma_mr_remote_delete(3)

Synopsis

             #include <librpma.h>

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

See Also