23 #ifndef _DPS_SYNCHRONOUS_H 24 #define _DPS_SYNCHRONOUS_H
DPS_Status DPS_UnlinkFrom(DPS_Node *node, DPS_NodeAddress *addr)
Unlink from a previously linked remote node.
int DPS_Status
Definition: err.h:30
struct _DPS_NodeAddress DPS_NodeAddress
Opaque type for a remote node address.
Definition: dps.h:57
struct _DPS_Node DPS_Node
Opaque type for a node.
Definition: dps.h:52
DPS_Status DPS_LinkTo(DPS_Node *node, const char *host, uint16_t port, DPS_NodeAddress *addr)
Synchronous helper APIs that wrap the asynchronous versions.