Send exclusion data through ustcomm
[lttng-ust.git] / include / lttng / ust-ctl.h
index c8ac3f90d29d5dc60914ae9a6fca36df1485acf7..40e831e585fb44facd555841256d1f0ed4063e80 100644 (file)
@@ -73,6 +73,8 @@ int ustctl_add_context(int sock, struct lttng_ust_context *ctx,
                struct lttng_ust_object_data **context_data);
 int ustctl_set_filter(int sock, struct lttng_ust_filter_bytecode *bytecode,
                struct lttng_ust_object_data *obj_data);
+int ustctl_set_exclusion(int sock, struct lttng_ust_event_exclusion *exclusion,
+               struct lttng_ust_object_data *obj_data);
 
 int ustctl_enable(int sock, struct lttng_ust_object_data *object);
 int ustctl_disable(int sock, struct lttng_ust_object_data *object);
This page took 0.026136 seconds and 5 git commands to generate.