Fix clang-tidy cppcoreguidelines-pro-type-const-cast warning
[lttng-tools.git] / src / common / event.cpp
index c0d128f53edede855184f53b4a8d502b10d5ccdf..dfcc52bc52a71cd810bb51dca67cac851bf20eb6 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 *const *exclusion_list,
+                         const char *filter_expression,
                          size_t bytecode_len,
                          struct lttng_bytecode *bytecode,
                          struct lttng_payload *payload)
This page took 0.023117 seconds and 4 git commands to generate.