Cygwin: Introduce new LTTNG_UST_STREAM_PIPE command to open wakeup pipe
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-ust-abi.h
index c54ef2fbf7040f4663caedc9870ea116c541a894..2e08233e261e5a388cbe90ff7c2764ab3f30dac1 100644 (file)
@@ -182,7 +182,7 @@ struct lttng_ust_calibrate {
 #define LTTNG_UST_STREAM                       _UST_CMD(0x60)
 #define LTTNG_UST_EVENT                        \
        _UST_CMDW(0x61, struct lttng_ust_event)
-
+#define LTTNG_UST_STREAM_PIPE                  _UST_CMD(0x62)
 /* Event and Channel FD commands */
 #define LTTNG_UST_CONTEXT                      \
        _UST_CMDW(0x70, struct lttng_ust_context)
This page took 0.022947 seconds and 4 git commands to generate.