diff options
| author | Ted Ross <tross@apache.org> | 2013-04-05 17:47:50 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2013-04-05 17:47:50 +0000 |
| commit | 0747a35780511e28dbfcf7c0614de69d84acec96 (patch) | |
| tree | 4d4873341c442daed9457ae89c158df3fdccf6e7 /cpp | |
| parent | bafc0d493e549ac7a42d7a6106e68934e0be1bf2 (diff) | |
| download | qpid-python-0747a35780511e28dbfcf7c0614de69d84acec96.tar.gz | |
QPID-4717 - Added missing call to statisticsUpdated for Exchanges.
Related to QPID-3875.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1465068 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/src/qpid/broker/Exchange.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/Exchange.cpp b/cpp/src/qpid/broker/Exchange.cpp index f71dbc7351..f8a69c4451 100644 --- a/cpp/src/qpid/broker/Exchange.cpp +++ b/cpp/src/qpid/broker/Exchange.cpp @@ -152,6 +152,8 @@ void Exchange::doRoute(Deliverable& msg, ConstBindingList b) eStats->msgRoutes += count; eStats->byteRoutes += count * contentSize; } + + mgmtExchange->statisticsUpdated(); } } |
