mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
Formatting
This commit is contained in:
parent
62781389d4
commit
36f409dc72
|
@ -57,7 +57,7 @@ class FairMQSink : public FairMQDevice//, public OutputPolicy
|
||||||
LOG(info) << "Starting the benchmark and expecting to receive " << fMaxIterations << " messages.";
|
LOG(info) << "Starting the benchmark and expecting to receive " << fMaxIterations << " messages.";
|
||||||
auto tStart = std::chrono::high_resolution_clock::now();
|
auto tStart = std::chrono::high_resolution_clock::now();
|
||||||
|
|
||||||
while (CheckCurrentState(RUNNING))
|
while (!NewStatePending())
|
||||||
{
|
{
|
||||||
if (fMultipart)
|
if (fMultipart)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user