raft 0.1.0
|
Information about a log entry. More...
#include <server.hpp>
Public Member Functions | |
bool | operator== (EntryInfo const &other) const =default |
Public Attributes | |
uint64_t | index |
The index of the log entry. | |
uint64_t | term |
The term of the log entry. | |
Information about a log entry.