| 2896 | } |
| 2897 | |
| 2898 | struct AppendEntriesCacheTimerArg { |
| 2899 | NodeImpl* node; |
| 2900 | int64_t timer_version; |
| 2901 | int64_t cache_version; |
| 2902 | int64_t timer_start_ms; |
| 2903 | }; |
| 2904 | |
| 2905 | void* NodeImpl::handle_append_entries_cache_timedout(void* arg) { |
| 2906 | AppendEntriesCacheTimerArg* timer_arg = (AppendEntriesCacheTimerArg*)arg; |
nothing calls this directly
no outgoing calls
no test coverage detected