Fix clang-tidy cppcoreguidelines-pro-type-const-cast warning
[lttng-tools.git] / src / common / event.cpp
index 47c0bcbf7e39f8ad32a8cf6c615987dfc263ae6d..dfcc52bc52a71cd810bb51dca67cac851bf20eb6 100644 (file)
@@ -664,7 +664,7 @@ end:
 
 int lttng_event_serialize(const struct lttng_event *event,
                          unsigned int exclusion_count,
-                         const char **exclusion_list,
+                         const char *const *exclusion_list,
                          const char *filter_expression,
                          size_t bytecode_len,
                          struct lttng_bytecode *bytecode,
This page took 0.023345 seconds and 4 git commands to generate.