Hide or namespace the remaining tracepoint internal symbols
[lttng-ust.git] / liblttng-ust / context-internal.h
index 8c3861ec6a0019bf11b4399832d0ae8b34ce6956..43c5513bcc63de527e4f9c591e2eca0f68d35812 100644 (file)
@@ -9,13 +9,14 @@
 
 #include <lttng/ust-events.h>
 #include "ust-helper.h"
+#include "ust-events-internal.h"
 
 LTTNG_HIDDEN
 int lttng_context_init_all(struct lttng_ctx **ctx);
 
 LTTNG_HIDDEN
-int lttng_attach_context(struct lttng_ust_context *context_param,
-               union ust_args *uargs,
+int lttng_attach_context(struct lttng_ust_abi_context *context_param,
+               union lttng_ust_abi_args *uargs,
                struct lttng_ctx **ctx, struct lttng_session *session);
 
 LTTNG_HIDDEN
@@ -32,6 +33,13 @@ void lttng_remove_context_field(struct lttng_ctx **ctx_p,
 LTTNG_HIDDEN
 void lttng_destroy_context(struct lttng_ctx *ctx);
 
+LTTNG_HIDDEN
+int lttng_context_add_rcu(struct lttng_ctx **ctx_p,
+               const struct lttng_ctx_field *f);
+
+LTTNG_HIDDEN
+int lttng_context_is_app(const char *name);
+
 LTTNG_HIDDEN
 void lttng_context_vtid_reset(void);
 LTTNG_HIDDEN
This page took 0.023776 seconds and 4 git commands to generate.