raft 0.1.0
|
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. | |
The reply message for RequestVote.