Introduce LTTNG_UST_ALLOW_BLOCKING env. var.
[lttng-ust.git] / include / lttng / ust-events.h
index 6b7bd00e26e5915f5a5df74acc5b81bdc5a5ba99..caf7e63a30642024cd6a2bb5a9638afe21c9b4d7 100644 (file)
@@ -489,7 +489,8 @@ struct lttng_channel_ops {
                        unsigned int read_timer_interval,
                        unsigned char *uuid,
                        uint32_t chan_id,
-                       const int *stream_fds, int nr_stream_fds);
+                       const int *stream_fds, int nr_stream_fds,
+                       int64_t blocking_timeout);
        void (*channel_destroy)(struct lttng_channel *chan);
        union {
                void *_deprecated1;
This page took 0.024044 seconds and 4 git commands to generate.