Pass lttng_event struct to the set_filter API call
[lttng-tools.git] / src / bin / lttng-sessiond / filter.h
index d706824339352f08c8bd16a60960f648d910fd95..3ec16bcac9812cad70741e150a2afbf468c21cbe 100644 (file)
@@ -28,7 +28,7 @@
 struct lttng_filter_bytecode;
 
 int filter_ust_set(struct ltt_ust_session *usess, int domain,
-               struct lttng_filter_bytecode *bytecode, char *event_name,
+               struct lttng_filter_bytecode *bytecode, struct lttng_event *event,
                char *channel_name);
 
 #endif /* _LTT_FILTER_H */
This page took 0.022914 seconds and 4 git commands to generate.