Fix: sessiond: incorrect use of exclusions array leads to crash
[lttng-tools.git] / include / lttng / event-internal.hpp
index df5a9fd45224ecff0b6d13035770187cb983f806..830b00a50aabefa7a5050df284a01b15ea1e7167 100644 (file)
@@ -162,8 +162,8 @@ 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,
-                         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.022746 seconds and 4 git commands to generate.