Implement session statedump command
[lttng-modules.git] / lttng-abi.h
index 9b9a2323b66f20f26eb498027f0e507728e5cc2b..ff1520c3b43f5276b550212c9ca31a121f693496 100644 (file)
@@ -204,6 +204,8 @@ struct lttng_kernel_filter_bytecode {
  */
 #define LTTNG_KERNEL_SESSION_LIST_TRACKER_PIDS _IO(0xF6, 0x58)
 #define LTTNG_KERNEL_SESSION_METADATA_REGEN    _IO(0xF6, 0x59)
+/* 0x5A and 0x5B are reserved for a future ABI-breaking cleanup. */
+#define LTTNG_KERNEL_SESSION_STATEDUMP         _IO(0xF6, 0x5C)
 
 /* Channel FD ioctl */
 #define LTTNG_KERNEL_STREAM                    _IO(0xF6, 0x62)
This page took 0.022645 seconds and 4 git commands to generate.