sessiond: transition from lttng-ust to tracer agnostic API
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.hpp
index 99995373a3c50f2ccb7bc9984c6934b93f35a9db..38662ec5888de3fc8d6381fe5afea1c9716de25d 100644 (file)
@@ -209,6 +209,8 @@ int trace_ust_match_context(const struct ltt_ust_context *uctx,
 void trace_ust_delete_channel(struct lttng_ht *ht,
                struct ltt_ust_channel *channel);
 
+int trace_ust_regenerate_metadata(struct ltt_ust_session *usess);
+
 /*
  * Destroy functions free() the data structure and remove from linked list if
  * it's applies.
@@ -348,6 +350,12 @@ void trace_ust_delete_channel(
        return;
 }
 
+static inline int trace_ust_regenerate_metadata(
+               struct ltt_ust_session *usess __attribute__((unused)))
+{
+       return 0;
+}
+
 static inline
 struct agent *trace_ust_find_agent(
                struct ltt_ust_session *session __attribute__((unused)),
This page took 0.024204 seconds and 4 git commands to generate.