
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... | |
| 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.
| 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.
1.8.13