Fix: liblttng-ctl comm: lttng_event_context is not packed
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.h
index 27b10cb346e813f19b23992122b89d7252bee9e5..69389e5fa258ce9ee2b88d6a43980da0d0e52ceb 100644 (file)
@@ -82,8 +82,9 @@ int cmd_disable_event(struct command_ctx *cmd_ctx,
                char *filter_expression,
                struct lttng_bytecode *filter,
                struct lttng_event_exclusion *exclusion);
-int cmd_add_context(struct ltt_session *session, enum lttng_domain_type domain,
-               char *channel_name, const struct lttng_event_context *ctx, int kwpipe);
+int cmd_add_context(struct command_ctx *cmd_ctx,
+               const struct lttng_event_context *event_context,
+               int kwpipe);
 int cmd_set_filter(struct ltt_session *session, enum lttng_domain_type domain,
                char *channel_name, struct lttng_event *event,
                struct lttng_bytecode *bytecode);
This page took 0.02278 seconds and 4 git commands to generate.