Derecho  0.9
Distributed systems toolkit for RDMA
derecho_type_definitions.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 using ip_addr_t = std::string;
5 using node_id_t = uint32_t;
std::string ip_addr_t
Type alias for IP addresses, currently stored as strings.
uint32_t node_id_t
Type alias for Node IDs in a Derecho group.