raft 0.1.0
|
LogEntry represents a single log entry in the Raft log. More...
#include <client.hpp>
Public Member Functions | |
bool | operator== (LogEntry const &other) const =default |
Public Attributes | |
uint64_t | term |
The term of the log entry. | |
std::variant< std::vector< std::byte >, NoOp > | entry |
The entry data or no-op. | |
LogEntry represents a single log entry in the Raft log.