Implement --shm-path option for UST sessions (per-uid channels)
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.h
index a9266d5b939798882377bc2caeb0e67251464fa2..0b67c08287df7be67430e3c7c76465d22e94a80b 100644 (file)
@@ -240,7 +240,8 @@ void consumer_init_ask_channel_comm_msg(struct lttcomm_consumer_msg *msg,
                uint64_t tracefile_count,
                uint64_t session_id_per_pid,
                unsigned int monitor,
-               uint32_t ust_app_uid);
+               uint32_t ust_app_uid,
+               const char *shm_path);
 void consumer_init_stream_comm_msg(struct lttcomm_consumer_msg *msg,
                enum lttng_consumer_command cmd,
                uint64_t channel_key,
This page took 0.023744 seconds and 5 git commands to generate.