Fix: missing context enum values in session xml schema
[lttng-tools.git] / src / common / config / session.xsd
index 2c51ebec702cb40404ba2e90ff455e451d25b6b5..24259a0b8bb561914469a667f9b574b06f5efa3c 100644 (file)
@@ -171,6 +171,10 @@ by its signed 32-bit representation when converted to msec.
                <xs:enumeration value="HOSTNAME"/>
                <xs:enumeration value="IP"/>
                <xs:enumeration value="APP"/>
+               <xs:enumeration value="INTERRUPTIBLE" />
+               <xs:enumeration value="PREEMPTIBLE" />
+               <xs:enumeration value="NEED_RESCHEDULE" />
+               <xs:enumeration value="MIGRATABLE" />
        </xs:restriction>
 </xs:simpleType>
 
This page took 0.041463 seconds and 4 git commands to generate.