X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Fcontext-internal.h;fp=liblttng-ust%2Fcontext-internal.h;h=4a546d356ea8e5c57bfb273f9535dfc6dafffb5f;hb=cbbc1cdaf2ac58b06b951129548d5d01c4c1f014;hp=8c3861ec6a0019bf11b4399832d0ae8b34ce6956;hpb=a72ed8875251e0e6564610fdef99a6fde5888166;p=lttng-ust.git diff --git a/liblttng-ust/context-internal.h b/liblttng-ust/context-internal.h index 8c3861ec..4a546d35 100644 --- a/liblttng-ust/context-internal.h +++ b/liblttng-ust/context-internal.h @@ -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