28 #ifndef _DPS_SYNCHRONOUS_H 29 #define _DPS_SYNCHRONOUS_H
DPS_Status DPS_LinkTo(DPS_Node *node, const char *addrText, DPS_NodeAddress *addr)
Synchronous helper that wraps DPS_Link().
struct _DPS_NodeAddress DPS_NodeAddress
Opaque type for a remote node address.
Definition: dps.h:57
int DPS_Status
The status code type.
Definition: err.h:41
DPS_Status DPS_UnlinkFrom(DPS_Node *node, const DPS_NodeAddress *addr)
Synchronous helper that wraps DPS_Unlink().
struct _DPS_Node DPS_Node
Opaque type for a node.
Definition: dps.h:450