Mi fix: refactor disable_channel mi output to success element
[lttng-tools.git] / src / common / mi_lttng.xsd
index 57960119e5571f4820808d8c10f61a897d91b221..db440920469a395ed2b92764e03b27e694a3dc7a 100644 (file)
@@ -123,6 +123,15 @@ THE SOFTWARE.
                        <xs:enumeration value="TRACE_DEBUG_FUNCTION" />
                        <xs:enumeration value="TRACE_DEBUG_LINE" />
                        <xs:enumeration value="TRACE_DEBUG" />
+                       <xs:enumeration value="JUL_OFF" />
+                       <xs:enumeration value="JUL_SEVERE" />
+                       <xs:enumeration value="JUL_WARNING" />
+                       <xs:enumeration value="JUL_INFO" />
+                       <xs:enumeration value="JUL_CONFIG" />
+                       <xs:enumeration value="JUL_FINE" />
+                       <xs:enumeration value="JUL_FINER" />
+                       <xs:enumeration value="JUL_FINEST" />
+                       <xs:enumeration value="JUL_ALL" />
                        <xs:enumeration value="UNKNOWN" />
                </xs:restriction>
        </xs:simpleType>
@@ -272,6 +281,7 @@ THE SOFTWARE.
                        <xs:element name="enabled" type="xs:boolean" default="true" minOccurs="0" />
                        <xs:element name="attributes" type="channel_attributes_type" minOccurs="0" />
                        <xs:element name="events" type="event_list_type" minOccurs="0" />
+                       <xs:element name="success" type="xs:boolean" default="false" minOccurs="0" />
                </xs:all>
        </xs:complexType>
 
This page took 0.023182 seconds and 4 git commands to generate.