Fix: missing context enum values in session xml schema
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 5 Jun 2018 14:57:48 +0000 (10:57 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 11 Jun 2018 19:21:35 +0000 (15:21 -0400)
    Handling of the following enum are added:
        LTTNG_EVENT_CONTEXT_INTERRUPTIBLE
        LTTNG_EVENT_CONTEXT_PREEMPTIBLE
        LTTNG_EVENT_CONTEXT_NEED_RESCHEDULE
        LTTNG_EVENT_CONTEXT_MIGRATABLE

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.027527 seconds and 5 git commands to generate.