Introduce "--blocking-timeout" channel parameter
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index f6179f31dc5132838516b5c75021d32eeecd6ada..cd5ee062230c51da3826dee0cde97864af309eec 100644 (file)
@@ -482,6 +482,7 @@ struct lttcomm_consumer_msg {
                         * because the application can be in the tracing for instance.
                         */
                        uint32_t ust_app_uid;
+                       int64_t blocking_timeout;
                        char root_shm_path[PATH_MAX];
                        char shm_path[PATH_MAX];
                } LTTNG_PACKED ask_channel;
This page took 0.023182 seconds and 4 git commands to generate.