X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-abi.h;h=06eae78586d2d2a853119c7a37db1328c9f17a71;hb=f127e61ee231d002fb9a7803643a157e06f6d2e2;hp=e029bc70f3e862dc4e54800f3e12488a0b61dda2;hpb=07dfc1d0e4b093ad02682499a702dc11e54e8302;p=lttng-modules.git diff --git a/lttng-abi.h b/lttng-abi.h index e029bc70..06eae785 100644 --- a/lttng-abi.h +++ b/lttng-abi.h @@ -161,7 +161,7 @@ struct lttng_kernel_context { } u; } __attribute__((packed)); -#define FILTER_BYTECODE_MAX_LEN 65536 +#define LTTNG_KERNEL_FILTER_BYTECODE_MAX_LEN 65536 struct lttng_kernel_filter_bytecode { uint32_t len; uint32_t reloc_offset;