sessiond: propagate the use of ltt_session::locked_ref
[lttng-tools.git] / src / bin / lttng-sessiond / utils.cpp
index b4d3c00a498b2644d34c7b7bccdf9a26d1ee2938..6960e60664d05cf4b947d1a588bceeca1d82bebb 100644 (file)
@@ -64,7 +64,7 @@ int loglevels_match(int a_loglevel_type,
        return match;
 }
 
-const char *session_get_base_path(const struct ltt_session *session)
+const char *session_get_base_path(const ltt_session::locked_ref& session)
 {
        return consumer_output_get_base_path(session->consumer);
 }
This page took 0.02307 seconds and 4 git commands to generate.