shm-path: remove directory hierarchy on destroy
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.h
index a9266d5b939798882377bc2caeb0e67251464fa2..e4845f5272904dc85d52669ae26740beadb93e07 100644 (file)
@@ -240,7 +240,9 @@ 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 *root_shm_path,
+               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.023174 seconds and 4 git commands to generate.