X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fevent-internal.hpp;h=3d8893b698defe82902d1208cefc3d6600be2004;hb=HEAD;hp=df5a9fd45224ecff0b6d13035770187cb983f806;hpb=28f23191dcbf047429d51950a337a57d7a3f866a;p=lttng-tools.git diff --git a/include/lttng/event-internal.hpp b/include/lttng/event-internal.hpp index df5a9fd45..3d8893b69 100644 --- a/include/lttng/event-internal.hpp +++ b/include/lttng/event-internal.hpp @@ -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 *const *exclusion_list, + const char *filter_expression, size_t bytecode_len, struct lttng_bytecode *bytecode, struct lttng_payload *payload);