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

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
 

Detailed Description

The reply message for AppendEntries.

Member Data Documentation

◆ success

bool raft::data::AppendEntriesResponse::success

True if the follower contained the entry matching prevLogIndex and prevLogTerm.


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