Implement event notifier send notification
[lttng-modules.git] / include / lttng / abi.h
index 03e07ae937b50e06709629f8564416cf5fde2b0e..5f0a3aa52a8ee992b0f5242a3e9412be4b923006 100644 (file)
@@ -334,6 +334,8 @@ struct lttng_kernel_tracker_args {
 /* Event notifier group file descriptor ioctl */
 #define LTTNG_KERNEL_EVENT_NOTIFIER_CREATE \
        _IOW(0xF6, 0xB0, struct lttng_kernel_event_notifier)
+#define LTTNG_KERNEL_EVENT_NOTIFIER_GROUP_NOTIFICATION_FD \
+       _IO(0xF6, 0xB1)
 
 /*
  * LTTng-specific ioctls for the lib ringbuffer.
This page took 0.023307 seconds and 4 git commands to generate.