X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcmd.h;h=c8619a0f6e270c8c58ad665d5ff148da153a13fa;hp=5cbd1da24b6f468516dfdedd04cb68f27ed448ec;hb=025faf73cdb6942ebf437dc4c4f6631f0134b128;hpb=18eace3ba4aeaa6b869c8ad9ec1273381b4cbdee diff --git a/src/bin/lttng-sessiond/cmd.h b/src/bin/lttng-sessiond/cmd.h index 5cbd1da24..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" /* @@ -50,9 +49,11 @@ int cmd_set_filter(struct ltt_session *session, int domain, 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);