Fix: liblttng-ctl comm: lttng_event_context is not packed
[deliverable/lttng-tools.git] / src / bin / lttng-sessiond / cmd.h
index e2db454186e90b259137faf26e61d2035f469284..6b693c06a6342c00d9f4ab6c071624d2f9cd35a5 100644 (file)
@@ -78,8 +78,7 @@ enum lttng_error_code cmd_process_attr_tracker_get_inclusion_set(
 
 /* Event commands */
 int cmd_disable_event(struct command_ctx *cmd_ctx, int sock);
-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, int sock, int kwpipe);
 int cmd_set_filter(struct ltt_session *session, enum lttng_domain_type domain,
                char *channel_name, struct lttng_event *event,
                struct lttng_filter_bytecode *bytecode);
This page took 0.029155 seconds and 5 git commands to generate.