MCPcopy Create free account
hub / github.com/baidu/braft / AppendEntriesCacheTimerArg

Class AppendEntriesCacheTimerArg

src/braft/node.cpp:2898–2903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2896}
2897
2898struct AppendEntriesCacheTimerArg {
2899 NodeImpl* node;
2900 int64_t timer_version;
2901 int64_t cache_version;
2902 int64_t timer_start_ms;
2903};
2904
2905void* NodeImpl::handle_append_entries_cache_timedout(void* arg) {
2906 AppendEntriesCacheTimerArg* timer_arg = (AppendEntriesCacheTimerArg*)arg;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected