X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-abi.h;h=91639a7c6d43279ab60f85b0098d2bced8484d0b;hb=2734ca65d2fb2e63c11d61b9ee8821dd9292aa3c;hp=0489e89b8d206502f3a003869cd4bf6317ab6351;hpb=38cb89917116813af9f12bfeb2c389628e2ac901;p=lttng-ust.git diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index 0489e89b..91639a7c 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -174,8 +174,8 @@ struct lttng_ust_calibrate { #define FILTER_BYTECODE_MAX_LEN 65536 struct lttng_ust_filter_bytecode { - uint16_t len; - uint16_t reloc_offset; + uint32_t len; + uint32_t reloc_offset; char data[0]; };