Fix: missing context enum values in session xml schema
[lttng-tools.git] / src / common / config / session.xsd
index 83f04bc53378ab3d91198aab9d2e2640146a319e..a1664c3e14ffb51a3058de3906d0ad6b157a0b63 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.024467 seconds and 4 git commands to generate.