diff options
Diffstat (limited to 'lib/block_handlers.cpp')
-rw-r--r-- | lib/block_handlers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp index ffa400e..318b734 100644 --- a/lib/block_handlers.cpp +++ b/lib/block_handlers.cpp @@ -147,6 +147,7 @@ void BlockActor::handle_get_stats( this->stats.tags_enqueued[i] = this->input_tags[i].size(); this->stats.msgs_enqueued[i] = this->input_msgs[i].size(); } + this->stats.actor_queue_depth = this->GetNumQueuedMessages(); //create the message reply object GetStatsMessage message; |