Add lttng_buffer_view util
[lttng-tools.git] / src / common / mi-lttng-3.0.xsd
index 38b13bcf2a8367750af6cda0c245f64edb2cae32..33d24ebf071731e0c6f91728994e06cdfe7f7070 100644 (file)
@@ -425,6 +425,15 @@ THE SOFTWARE.
                <xs:all>
                        <xs:element name="session" type="tns:session_type" />
                        <xs:element name="path" type="xs:string" />
+                       <xs:element name="overrides" type="tns:overrides_type" />
+               </xs:all>
+       </xs:complexType>
+
+       <!-- Maps to the override parameters of the load command -->
+       <xs:complexType name="overrides_type">
+               <xs:all>
+                       <xs:element name="name" type="tns:name_type" minOccurs="0" />
+                       <xs:element name="url" type="xs:string" minOccurs="0" />
                </xs:all>
        </xs:complexType>
 
This page took 0.023981 seconds and 4 git commands to generate.