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