The request message for RequestVote.
More...
#include <client.hpp>
|
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.
|
|
The request message for RequestVote.
The documentation for this struct was generated from the following file:
- /home/runner/work/raft/raft/include/raft/client.hpp