X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ffilter.h;h=3ec16bcac9812cad70741e150a2afbf468c21cbe;hp=d706824339352f08c8bd16a60960f648d910fd95;hb=178191b3899f114001f000c2e7f46909969f9c6f;hpb=601d5acf42ebdb05ff8aa19f12fd9bdad3602781 diff --git a/src/bin/lttng-sessiond/filter.h b/src/bin/lttng-sessiond/filter.h index d70682433..3ec16bcac 100644 --- a/src/bin/lttng-sessiond/filter.h +++ b/src/bin/lttng-sessiond/filter.h @@ -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 */