@@ -33,10 +33,9 @@ struct LttngBackend
3333 PGActivationBlocker::BlockingEvent::Backend,
3434 scrub::PGScrubber::BlockingEvent::Backend,
3535 ClientRequest::PGPipeline::RecoverMissing::BlockingEvent::Backend,
36- ClientRequest::PGPipeline::RecoverMissingLockOBC::BlockingEvent::Backend,
37- ClientRequest::PGPipeline::RecoverMissingLockOBC::
36+ ClientRequest::PGPipeline::RecoverMissing::
3837 BlockingEvent::ExitBarrierEvent::Backend,
39- ClientRequest::PGPipeline::RecoverMissingSnaps ::BlockingEvent::Backend,
38+ ClientRequest::PGPipeline::CheckAlreadyCompleteGetObc ::BlockingEvent::Backend,
4039 ClientRequest::PGPipeline::GetOBC::BlockingEvent::Backend,
4140 ClientRequest::PGPipeline::LockOBC::BlockingEvent::Backend,
4241 ClientRequest::PGPipeline::LockOBC::BlockingEvent::ExitBarrierEvent::Backend,
@@ -109,19 +108,13 @@ struct LttngBackend
109108 const ClientRequest::PGPipeline::RecoverMissing& blocker) override {
110109 }
111110
112- void handle (ClientRequest::PGPipeline::RecoverMissingLockOBC::BlockingEvent& ev,
113- const Operation& op,
114- const ClientRequest::PGPipeline::RecoverMissingLockOBC& blocker) override {
115- }
116-
117- void handle (ClientRequest::PGPipeline::RecoverMissingLockOBC::
118- BlockingEvent::ExitBarrierEvent& ev,
119- const Operation& op) override {
111+ void handle (ClientRequest::PGPipeline::RecoverMissing::BlockingEvent::ExitBarrierEvent& ev,
112+ const Operation& op) override {
120113 }
121114
122- void handle (ClientRequest::PGPipeline::RecoverMissingSnaps ::BlockingEvent& ev,
115+ void handle (ClientRequest::PGPipeline::CheckAlreadyCompleteGetObc ::BlockingEvent& ev,
123116 const Operation& op,
124- const ClientRequest::PGPipeline::RecoverMissingSnaps & blocker) override {
117+ const ClientRequest::PGPipeline::CheckAlreadyCompleteGetObc & blocker) override {
125118 }
126119
127120 void handle (ClientRequest::PGPipeline::GetOBC::BlockingEvent& ev,
@@ -175,10 +168,9 @@ struct HistoricBackend
175168 PGActivationBlocker::BlockingEvent::Backend,
176169 scrub::PGScrubber::BlockingEvent::Backend,
177170 ClientRequest::PGPipeline::RecoverMissing::BlockingEvent::Backend,
178- ClientRequest::PGPipeline::RecoverMissingLockOBC::BlockingEvent::Backend,
179- ClientRequest::PGPipeline::RecoverMissingLockOBC::
171+ ClientRequest::PGPipeline::RecoverMissing::
180172 BlockingEvent::ExitBarrierEvent::Backend,
181- ClientRequest::PGPipeline::RecoverMissingSnaps ::BlockingEvent::Backend,
173+ ClientRequest::PGPipeline::CheckAlreadyCompleteGetObc ::BlockingEvent::Backend,
182174 ClientRequest::PGPipeline::GetOBC::BlockingEvent::Backend,
183175 ClientRequest::PGPipeline::LockOBC::BlockingEvent::Backend,
184176 ClientRequest::PGPipeline::LockOBC::BlockingEvent::ExitBarrierEvent::Backend,
@@ -251,19 +243,13 @@ struct HistoricBackend
251243 const ClientRequest::PGPipeline::RecoverMissing& blocker) override {
252244 }
253245
254- void handle (ClientRequest::PGPipeline::RecoverMissingLockOBC::BlockingEvent& ev,
255- const Operation& op,
256- const ClientRequest::PGPipeline::RecoverMissingLockOBC& blocker) override {
257- }
258-
259- void handle (ClientRequest::PGPipeline::RecoverMissingLockOBC::
260- BlockingEvent::ExitBarrierEvent& ev,
246+ void handle (ClientRequest::PGPipeline::RecoverMissing::BlockingEvent::ExitBarrierEvent& ev,
261247 const Operation& op) override {
262248 }
263249
264- void handle (ClientRequest::PGPipeline::RecoverMissingSnaps ::BlockingEvent& ev,
250+ void handle (ClientRequest::PGPipeline::CheckAlreadyCompleteGetObc ::BlockingEvent& ev,
265251 const Operation& op,
266- const ClientRequest::PGPipeline::RecoverMissingSnaps & blocker) override {
252+ const ClientRequest::PGPipeline::CheckAlreadyCompleteGetObc & blocker) override {
267253 }
268254
269255 void handle (ClientRequest::PGPipeline::GetOBC::BlockingEvent& ev,
0 commit comments