Fix: sessiond: incorrect use of exclusions array leads to crash
[lttng-tools.git] / src / common / event.cpp
index c0d128f53edede855184f53b4a8d502b10d5ccdf..47c0bcbf7e39f8ad32a8cf6c615987dfc263ae6d 100644 (file)
@@ -664,8 +664,8 @@ end:
 
 int lttng_event_serialize(const struct lttng_event *event,
                          unsigned int exclusion_count,
-                         char **exclusion_list,
-                         char *filter_expression,
+                         const char **exclusion_list,
+                         const char *filter_expression,
                          size_t bytecode_len,
                          struct lttng_bytecode *bytecode,
                          struct lttng_payload *payload)
This page took 0.022785 seconds and 4 git commands to generate.