Fix: "Cleanup: clarify bytecode ownership"
[lttng-ust.git] / liblttng-ust / context-internal.h
index 79c886443401f9bbad72ca2318df23b53df21224..18a7800678c7e1eddc6cf02a03863f04770b841a 100644 (file)
  */
 
 #include <lttng/ust-events.h>
+#include "helper.h"
 
+LTTNG_HIDDEN
 int lttng_context_init_all(struct lttng_ctx **ctx);
 
+LTTNG_HIDDEN
+void lttng_context_time_ns_reset(void);
+
+LTTNG_HIDDEN
+int lttng_add_time_ns_to_ctx(struct lttng_ctx **ctx);
+
 #endif /* _LTTNG_UST_CONTEXT_INTERNAL_H */
This page took 0.023508 seconds and 4 git commands to generate.