diff --git a/core/reactor.hh b/core/reactor.hh index dc503b4ebb7..26a484a6b52 100644 --- a/core/reactor.hh +++ b/core/reactor.hh @@ -416,13 +416,13 @@ class reactor { unsigned _id = 0; bool _stopped = false; bool _handle_sigint = true; + timer_set _timers; + timer_set::timer_list_t _expired_timers; std::unique_ptr _network_stack; int _return = 0; std::unordered_map _signal_handlers; promise<> _start_promise; uint64_t _timers_completed; - timer_set _timers; - timer_set::timer_list_t _expired_timers; file_desc _epollfd; readable_eventfd _io_eventfd; io_context_t _io_context;