summaryrefslogtreecommitdiff
path: root/cpp
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
commit7afd3eb5244d1f2d391e30894583ceb6b991ba0a (patch)
tree6b101203abfd52e534cd9f8ade2654cf96591f65 /cpp
parentfeb893804b9205d541c2d9b4c7cc686028458be6 (diff)
downloadqpid-python-7afd3eb5244d1f2d391e30894583ceb6b991ba0a.tar.gz
QPID-5355: Restore deleted management statistic.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1543123 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/qpid/broker/management-schema.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/management-schema.xml b/cpp/src/qpid/broker/management-schema.xml
index bf6514b855..bb15a244ba 100644
--- a/cpp/src/qpid/broker/management-schema.xml
+++ b/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"/>