Store exclusions to enablers
[lttng-ust.git] / include / lttng / ust-events.h
index db8b9dc14a7c112df7cd5805e70b92e9e2c84a69..5d4357084edc69d703fcda27619b6360ac9f361e 100644 (file)
@@ -549,6 +549,8 @@ int lttng_enabler_attach_bytecode(struct lttng_enabler *enabler,
                struct lttng_ust_filter_bytecode_node *bytecode);
 int lttng_enabler_attach_context(struct lttng_enabler *enabler,
                struct lttng_ust_context *ctx);
+int lttng_enabler_attach_exclusion(struct lttng_enabler *enabler,
+               struct lttng_ust_excluder_node *excluder);
 
 int lttng_attach_context(struct lttng_ust_context *context_param,
                struct lttng_ctx **ctx, struct lttng_session *session);
This page took 0.024244 seconds and 4 git commands to generate.