Derecho  0.9
Distributed systems toolkit for RDMA
Typedefs
derecho_type_definitions.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using ip_addr_t = std::string
 Type alias for IP addresses, currently stored as strings. More...
 
using node_id_t = uint32_t
 Type alias for Node IDs in a Derecho group. More...
 

Typedef Documentation

◆ ip_addr_t

using ip_addr_t = std::string

Type alias for IP addresses, currently stored as strings.

Definition at line 3 of file derecho_type_definitions.hpp.

◆ node_id_t

using node_id_t = uint32_t

Type alias for Node IDs in a Derecho group.

Definition at line 5 of file derecho_type_definitions.hpp.