X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fkernel-ctl%2Fkernel-ioctl.h;h=f68d5d156ca5af9cba4d296de23065cf9f0a7658;hp=8fa0a7d100c480ad8416ce06395d1fee2146fe73;hb=bbd6675c857ad9bf95e59446476cab19d1f6736e;hpb=81d566c913e31b5dbd6ec304e679a3b248abec2b diff --git a/src/common/kernel-ctl/kernel-ioctl.h b/src/common/kernel-ctl/kernel-ioctl.h index 8fa0a7d10..f68d5d156 100644 --- a/src/common/kernel-ctl/kernel-ioctl.h +++ b/src/common/kernel-ctl/kernel-ioctl.h @@ -178,4 +178,7 @@ #define LTTNG_KERNEL_EVENT_NOTIFIER_GROUP_NOTIFICATION_FD \ _IO(0xF6, 0xB1) +/* Trigger file descriptor ioctl */ +#define LTTNG_KERNEL_CAPTURE _IO(0xF6, 0xB8) + #endif /* _LTT_KERNEL_IOCTL_H */