rpma_peer_cfg_get_descriptor(3) | RPMA Programmer's Manual | rpma_peer_cfg_get_descriptor(3) |
rpma_peer_cfg_get_descriptor - get the descriptor of the peer configuration
#include <librpma.h>
struct rpma_peer_cfg;
int rpma_peer_cfg_get_descriptor(const struct rpma_peer_cfg *pcfg, void *desc);
rpma_peer_cfg_get_descriptor() gets the descriptor of the peer configuration.
The rpma_peer_cfg_get_descriptor() function returns 0 on success or a negative error code on failure.
rpma_peer_cfg_get_descriptor() can fail with the following error:
rpma_peer_cfg_from_descriptor(3), rpma_peer_cfg_new(3), librpma(7) and https://pmem.io/rpma/
10 January 2023 | RPMA |