raft 0.1.0
|
A peer in the Raft cluster. More...
#include <server.hpp>
Public Attributes | |
std::string | id |
The ID of the peer. | |
std::string | address |
A peer in the Raft cluster.
std::string raft::Peer::address |
The address of the peer. If this is the current server, this will be "self".