Implement capturing payload on event notifiers
[deliverable/lttng-ust.git] / include / lttng / ust-ctl.h
index a4d54c42bbdec1506133c53f7f92cc315d5d137d..35b7334220dc77f52a99bbade9e4d192dcfba8b5 100644 (file)
@@ -93,6 +93,8 @@ int ustctl_add_context(int sock, struct lttng_ust_context_attr *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_capture(int sock, struct lttng_ust_capture_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);
 
This page took 0.024711 seconds and 5 git commands to generate.