Skip to content

Commit

Permalink
timer: Unfriend reactor
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
  • Loading branch information
xemul committed May 25, 2024
1 parent 7a21331 commit 249eae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/seastar/core/timer.hh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public:
time_point get_timeout() const noexcept {
return _expiry;
}
friend class reactor;

friend class timer_set<timer, &timer::_link>;
using set_t = timer_set<timer, &timer::_link>;
};
Expand Down

0 comments on commit 249eae5

Please sign in to comment.