syscall tracing: update tests
[lttng-tools.git] / src / common / kernel-ctl / kernel-ioctl.h
index 4050350ed6532d31d25c0496a92aa20a5497f3c2..671a76972e4f2b388635beb78ba035a620c6d1c7 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef _LTT_KERNEL_IOCTL_H
 #define _LTT_KERNEL_IOCTL_H
 
-#define LTTNG_MODULES_ABI_MAJOR_VERSION                1
+#define LTTNG_MODULES_ABI_MAJOR_VERSION                2
 #define LTTNG_MODULES_ABI_MINOR_VERSION                0
 
 /* Get a snapshot of the current ring buffer producer and consumer positions */
        _IOR(0xF6, 0x58, int32_t)
 #define LTTNG_KERNEL_SESSION_UNTRACK_PID       \
        _IOR(0xF6, 0x59, int32_t)
+#define LTTNG_KERNEL_SESSION_LIST_TRACKER_PIDS _IO(0xF6, 0x58)
 
 /* Channel FD ioctl */
 #define LTTNG_KERNEL_STREAM                    _IO(0xF6, 0x62)
This page took 0.024768 seconds and 4 git commands to generate.