X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcmd.h;h=c8619a0f6e270c8c58ad665d5ff148da153a13fa;hb=d21b0d71990ac6ec4272c1f80f0ca544103628b3;hp=061cb1aefef37d29f4208a69d558c1494825b87c;hpb=601d5acf42ebdb05ff8aa19f12fd9bdad3602781;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/cmd.h b/src/bin/lttng-sessiond/cmd.h index 061cb1aef..c8619a0f6 100644 --- a/src/bin/lttng-sessiond/cmd.h +++ b/src/bin/lttng-sessiond/cmd.h @@ -19,7 +19,6 @@ #define CMD_H #include "context.h" -#include "filter.h" #include "session.h" /* @@ -47,12 +46,14 @@ int cmd_disable_event_all(struct ltt_session *session, int domain, int cmd_add_context(struct ltt_session *session, int domain, char *channel_name, struct lttng_event_context *ctx, int kwpipe); int cmd_set_filter(struct ltt_session *session, int domain, - char *channel_name, char *event_name, + char *channel_name, struct lttng_event *event, struct lttng_filter_bytecode *bytecode); int cmd_enable_event(struct ltt_session *session, int domain, - char *channel_name, struct lttng_event *event, int wpipe); + char *channel_name, struct lttng_event *event, + struct lttng_filter_bytecode *filter, int wpipe); int cmd_enable_event_all(struct ltt_session *session, int domain, - char *channel_name, int event_type, int wpipe); + char *channel_name, int event_type, + struct lttng_filter_bytecode *filter, int wpipe); /* Trace session action commands */ int cmd_start_trace(struct ltt_session *session);