Hide private context utils symbols
[lttng-ust.git] / liblttng-ust / context-internal.h
index 8c3861ec6a0019bf11b4399832d0ae8b34ce6956..4a546d356ea8e5c57bfb273f9535dfc6dafffb5f 100644 (file)
@@ -32,6 +32,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.023381 seconds and 4 git commands to generate.