X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt-events.h;h=1307c36b6d0b8b7ca56014a5cb3f3078a283f3e0;hb=44252f0fd51fd4bf28926dcef525355bceb08c5f;hp=10015ad6150cb7404b9bfe39797e3848c969d7a2;hpb=96ba7208aa8009345a525148e32f78cd8d4693ab;p=lttng-modules.git diff --git a/ltt-events.h b/ltt-events.h index 10015ad6..1307c36b 100644 --- a/ltt-events.h +++ b/ltt-events.h @@ -284,6 +284,7 @@ void ltt_event_put(const struct lttng_event_desc *desc); int ltt_probes_init(void); void ltt_probes_exit(void); struct lttng_ctx_field *lttng_append_context(struct lttng_ctx **ctx); +int lttng_find_context(struct lttng_ctx *ctx, const char *name); void lttng_remove_context_field(struct lttng_ctx **ctx, struct lttng_ctx_field *field); void lttng_destroy_context(struct lttng_ctx *ctx);