diff options
Diffstat (limited to 'specs')
| -rw-r--r-- | specs/management-schema.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml index 7a0543677f..da53a2f4a3 100644 --- a/specs/management-schema.xml +++ b/specs/management-schema.xml @@ -280,14 +280,14 @@ =============================================================== --> <class name="Session"> - <property name="vhostRef" type="objId" references="Vhost" access="RC" index="y" parentRef="y"/> - <property name="name" type="sstr" access="RC" index="y"/> - <property name="channelId" type="uint16" access="RO"/> - <property name="connectionRef" type="objId" references="Connection" access="RO"/> - <property name="detachedLifespan" type="uint32" access="RO" unit="second"/> - - <statistic name="attached" type="bool"/> - <statistic name="expireTime" type="absTime"/> + <property name="vhostRef" type="objId" references="Vhost" access="RC" index="y" parentRef="y"/> + <property name="name" type="sstr" access="RC" index="y"/> + <property name="channelId" type="uint16" access="RO"/> + <property name="connectionRef" type="objId" references="Connection" access="RO"/> + <property name="detachedLifespan" type="uint32" access="RO" unit="second"/> + <property name="attached" type="bool" access="RO"/> + <property name="expireTime" type="absTime" access="RO" optional="y"/> + <statistic name="framesOutstanding" type="count32"/> <method name="solicitAck"/> |
