diff options
Diffstat (limited to 'lib/top_block_stats.cpp')
-rw-r--r-- | lib/top_block_stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/top_block_stats.cpp b/lib/top_block_stats.cpp index 8cbdb0c..e5fd96d 100644 --- a/lib/top_block_stats.cpp +++ b/lib/top_block_stats.cpp @@ -29,7 +29,7 @@ std::string TopBlock::get_stats(const std::string &) size_t outstandingCount(0); BOOST_FOREACH(Apology::Worker *worker, (*this)->executor->get_workers()) { - dynamic_cast<BlockActor *>(worker)->prio_count.Increment(); + dynamic_cast<BlockActor *>(worker)->highPrioPreNotify(); worker->Push(GetStatsMessage(), receiver.GetAddress()); outstandingCount++; } |