raft 0.1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
raft::data::RequestVoteResponse Struct Reference

The reply message for RequestVote. More...

#include <client.hpp>

Public Member Functions

bool operator== (RequestVoteResponse const &other) const =default
 

Public Attributes

uint64_t term
 The current term.
 
bool voteGranted
 True if the candidate received a vote.
 

Detailed Description

The reply message for RequestVote.


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