diff options
Diffstat (limited to 'specs')
-rw-r--r-- | specs/management-schema.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml index 758519c72f..a06ddca44b 100644 --- a/specs/management-schema.xml +++ b/specs/management-schema.xml @@ -221,6 +221,7 @@ <property name="SystemConnection" type="bool" access="RC" desc="Infrastucture/ Inter-system connection (Cluster, Federation ,...)"/> <statistic name="closing" type="bool" desc="This client is closing by management request"/> + <statistic name="federationLink" type="bool" desc="Is this a federation link"/> <statistic name="authIdentity" type="sstr" desc="authId of connection if authentication enabled"/> <statistic name="framesFromClient" type="count64"/> <statistic name="framesToClient" type="count64"/> |