mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
Refactor state machine.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
70e46a0b86
commit
f6365d013e
@@ -42,7 +42,7 @@ class FairMQSink : public FairMQDevice//, public OutputPolicy
|
||||
|
||||
virtual void InitTask()
|
||||
{
|
||||
fMaxIterations = fConfig->GetValue<uint64_t>("num-iterations");
|
||||
fMaxIterations = fConfig->GetValue<uint64_t>("max-iterations");
|
||||
fInChannelName = fConfig->GetValue<std::string>("in-channel");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user