Remote node addresses.
More...
|
typedef struct _DPS_NodeAddress | DPS_NodeAddress |
| Opaque type for a remote node address.
|
|
Remote node addresses.
◆ DPS_CopyAddress()
Copy a node address.
- Parameters
-
dest | The address to copy to. |
src | The address to copy from. |
◆ DPS_CreateAddress()
Creates a node address.
- Returns
- The created address, or NULL if creation failed
◆ DPS_DestroyAddress()
Frees resources associated with an address.
- Parameters
-
addr | A previously created address. |
◆ DPS_NodeAddrToString()
Get text representation of an address.
- Note
- This function uses a thread-local string buffer.
- Parameters
-
- Returns
- A text string for the address
◆ DPS_SetAddress()
Set a node address.
- Parameters
-
addr | The address to set |
addrText | The text string for the address |
- Returns
- The addr passed in, or NULL if an error occurred