Kernel ioctl to regenerate the statedump
[lttng-tools.git] / src / common / kernel-ctl / kernel-ioctl.h
index 68056dcf1279521e9fa6ed0a73fb8b2fc246a450..805de02a2c98fc1e779eb588a7060629a397b6b5 100644 (file)
  */
 #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.023702 seconds and 4 git commands to generate.