File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,13 @@ private:
5555
5656 Scheduler scheduler_;
5757 Phase phase_{Phase::Construction};
58- Tag start_tag_{};
5958
59+ // / Timeout as given in the constructor
6060 const Duration timeout_{};
61+
62+ // / The start tag as determined during startup()
63+ Tag start_tag_{};
64+ // / The timeout tag as determined during startup()
6165 Tag timeout_tag_{};
6266
6367 Graph<BasePort*, ConnectionProperties> graph_{};
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ void Scheduler::cleanup_after_tag() {
334334void Scheduler::next () { // NOLINT
335335 // First, clean up after the last tag.
336336 cleanup_after_tag ();
337-
337+
338338 {
339339 std::unique_lock<std::mutex> lock{scheduling_mutex_};
340340
You can’t perform that action at this time.
0 commit comments