raft 0.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
raft::Peer Struct Reference

A peer in the Raft cluster. More...

#include <server.hpp>

Public Attributes

std::string id
 The ID of the peer.
 
std::string address
 

Detailed Description

A peer in the Raft cluster.

Member Data Documentation

◆ address

std::string raft::Peer::address

The address of the peer. If this is the current server, this will be "self".


The documentation for this struct was generated from the following file: