diff --git a/Framework/Core/include/Framework/TimesliceIndex.h b/Framework/Core/include/Framework/TimesliceIndex.h index 04d1fb88cc738..c3f3c82bdeb6e 100644 --- a/Framework/Core/include/Framework/TimesliceIndex.h +++ b/Framework/Core/include/Framework/TimesliceIndex.h @@ -135,6 +135,7 @@ class TimesliceIndex // Reset the TimesliceIndex to its initial state auto reset() -> void; + private: /// @return the oldest slot possible so that we can eventually override it. /// This is the timeslices for all the in flight parts. @@ -158,7 +159,6 @@ class TimesliceIndex OldestInputInfo mOldestPossibleInput = {}; OldestOutputInfo mOldestPossibleOutput = {}; - /// What to do in case of backpressure BackpressureOp mBackpressurePolicy = BackpressureOp::Wait; /// The maximum number of lanes for this timeslice index