Keep the base directory of a relay session separate
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.h
index 9186d2f2be19a1ac325a8789734db218947a0cae..ddc94d7148e5c3cc91be34f98b0a924374862fba 100644 (file)
@@ -140,6 +140,9 @@ struct consumer_net {
 
        /* Data path for network streaming. */
        struct lttng_uri data;
+
+       /* <hostname>/<session-name> */
+       char base_dir[PATH_MAX];
 };
 
 /*
This page took 0.023192 seconds and 4 git commands to generate.