raft 0.1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
raft::EntryInfo Struct Reference

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.
 

Detailed Description

Information about a log entry.


The documentation for this struct was generated from the following file: