Fix: missing context enum values in session xml schema
[lttng-tools.git] / src / common / config / session.xsd
index 7f4592f1eb36b78fdf3e3a15a5e6ab1a268c9f27..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>
 
@@ -278,7 +282,8 @@ by its signed 32-bit representation when converted to msec.
        <xs:all>
                <xs:element name="snapshot_mode" type="xs:boolean" minOccurs="0"/>
                <xs:element name="live_timer_interval" type="uint32_type" minOccurs="0"/> <!-- usec -->
-               <xs:element name="rotation_timer_interval" type="uint64_type" minOccurs="0"/> <!-- usec -->
+               <xs:element name="rotation_schedule_timer_period" type="uint64_type" minOccurs="0"/> <!-- usec -->
+               <xs:element name="rotation_schedule_size" type="uint64_type" minOccurs="0"/> <!-- bytes -->
        </xs:all>
 </xs:complexType>
 
This page took 0.025169 seconds and 5 git commands to generate.