mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Implement Reset signal
This commit is contained in:
committed by
Dennis Klein
parent
241bf08337
commit
ee890a7a46
@@ -52,7 +52,7 @@ class TransportFactory final : public FairMQTransportFactory
|
||||
|
||||
void Interrupt() override { fContext.Interrupt(); }
|
||||
void Resume() override { fContext.Resume(); }
|
||||
void Reset() override {}
|
||||
void Reset() override { fContext.Reset(); }
|
||||
|
||||
private:
|
||||
mutable Context fContext;
|
||||
|
Reference in New Issue
Block a user