Extract the lost packets and discarded events counters
[lttng-tools.git] / src / common / mi-lttng-3.0.xsd
index 528ff60718d65307e33bc06cdd98a99b2ac86673..5c58f6896bc50e56af45c6157010f38a7bb149aa 100644 (file)
@@ -360,6 +360,8 @@ THE SOFTWARE.
                        <xs:element name="tracefile_size" type="tns:uint64_type" default="0" minOccurs="0" /> <!-- bytes -->
                        <xs:element name="tracefile_count" type="tns:uint64_type" default="0" minOccurs="0" />
                        <xs:element name="live_timer_interval" type="tns:uint32_type" default="0" minOccurs="0" /> <!-- usec -->
+                       <xs:element name="discarded_events" type="tns:uint64_type" default="0" minOccurs="0" />
+                       <xs:element name="lost_packets" type="tns:uint64_type" default="0" minOccurs="0" />
                </xs:all>
        </xs:complexType>
 
This page took 0.023154 seconds and 4 git commands to generate.