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

The request message for RequestVote. More...

#include <client.hpp>

Public Member Functions

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

Public Attributes

uint64_t term
 The current term.
 
std::string candidateID
 The candidate's ID.
 
uint64_t lastLogIndex
 The index of the candidate's last log entry.
 
uint64_t lastLogTerm
 The term of the candidate's last log entry.
 

Detailed Description

The request message for RequestVote.


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