summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2013-11-18 19:33:52 +0000
committerCharles E. Rolke <chug@apache.org>2013-11-18 19:33:52 +0000
commit5a42352ad6e33c2280fea5737b2b4db1a27b8e2a (patch)
treeb6ad712dbe91da03cdacdd0e3e6a09e4ad40201f /qpid/cpp/src
parent0daaf7f017473712dc5fd0cb96a59b8c5b3f36b2 (diff)
downloadqpid-python-5a42352ad6e33c2280fea5737b2b4db1a27b8e2a.tar.gz
QPID-5355: Restore deleted management statistic.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1543123 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/broker/management-schema.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/broker/management-schema.xml b/qpid/cpp/src/qpid/broker/management-schema.xml
index bf6514b855..bb15a244ba 100644
--- a/qpid/cpp/src/qpid/broker/management-schema.xml
+++ b/qpid/cpp/src/qpid/broker/management-schema.xml
@@ -543,6 +543,8 @@
<statistic name="clientCredit" type="count32" unit="message" desc="Client message credit"/>
+ <statistic name="framesOutstanding" type="count32" desc="Deprecated"/>
+
<method name="solicitAck"/>
<method name="detach"/>
<method name="resetLifespan"/>