raft 0.1.0
|
The reply message for AppendEntries. More...
#include <client.hpp>
Public Member Functions | |
bool | operator== (AppendEntriesResponse const &other) const =default |
Public Attributes | |
uint64_t | term |
The current term. | |
bool | success |
The reply message for AppendEntries.
bool raft::data::AppendEntriesResponse::success |
True if the follower contained the entry matching prevLogIndex and prevLogTerm.