X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fevent-internal.hpp;fp=include%2Flttng%2Fevent-internal.hpp;h=830b00a50aabefa7a5050df284a01b15ea1e7167;hp=df5a9fd45224ecff0b6d13035770187cb983f806;hb=dd7ef1243236f524e57b25baa038973e793d5d72;hpb=f74e820c5e8f81d6416f4557bce8b56ee6be4746 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);