Save, restore and list the rotation parameters
[lttng-tools.git] / src / common / config / session.xsd
index 7f4592f1eb36b78fdf3e3a15a5e6ab1a268c9f27..2c51ebec702cb40404ba2e90ff455e451d25b6b5 100644 (file)
@@ -278,7 +278,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.023665 seconds and 5 git commands to generate.