Create stream files relative to a stream's current trace chunk
[lttng-tools.git] / src / bin / lttng-sessiond / utils.h
index 30c80725f1f7b5d8bd403727fc38e39000dec8de..34aa257842dd2d30e508f21d8d488b3092ce73b4 100644 (file)
@@ -20,6 +20,7 @@
 
 struct lttng_ht;
 struct ltt_session;
+struct snapshot_output;
 
 const char *get_home_dir(void);
 int notify_thread_pipe(int wpipe);
@@ -27,5 +28,7 @@ void ht_cleanup_push(struct lttng_ht *ht);
 int loglevels_match(int a_loglevel_type, int a_loglevel_value,
        int b_loglevel_type, int b_loglevel_value, int loglevel_all_type);
 const char *session_get_base_path(const struct ltt_session *session);
+const char *snapshot_output_get_base_path(
+               const struct snapshot_output *snapshot_output);
 
 #endif /* _LTT_UTILS_H */
This page took 0.023948 seconds and 4 git commands to generate.