Fix clang-tidy cppcoreguidelines-pro-type-const-cast warning
[lttng-tools.git] / include / lttng / event-internal.hpp
index 830b00a50aabefa7a5050df284a01b15ea1e7167..3d8893b698defe82902d1208cefc3d6600be2004 100644 (file)
@@ -162,7 +162,7 @@ ssize_t lttng_event_create_from_payload(struct lttng_payload_view *view,
 
 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.023684 seconds and 4 git commands to generate.