Truncate exclusion names to have a terminal '\0'
[lttng-tools.git] / src / bin / lttng-sessiond / context.h
index 83c3c83100cbb2786c49fd226ff3c9b4ff53d01e..e3047761b7d06251939183bcc3cb2c4b9fbae775 100644 (file)
@@ -25,9 +25,8 @@
 #include "ust-ctl.h"
 
 int context_kernel_add(struct ltt_kernel_session *ksession,
-               struct lttng_event_context *ctx, char *event_name, char *channel_name);
+               struct lttng_event_context *ctx, char *channel_name);
 int context_ust_add(struct ltt_ust_session *usess, int domain,
-               struct lttng_event_context *ctx, char *event_name,
-               char *channel_name);
+               struct lttng_event_context *ctx, char *channel_name);
 
 #endif /* _LTT_CONTEXT_H */
This page took 0.023304 seconds and 4 git commands to generate.