Fix: Generation of bytecode longer than 32768 bytes fails
[lttng-tools.git] / src / lib / lttng-ctl / filter / filter-bytecode.h
index 5d2559dd66586e06449ecf11471d4fd0a426dfe8..d364ee20166b5955e97bbee88618a7a288e58b84 100644 (file)
@@ -176,7 +176,7 @@ struct return_op {
 } __attribute__((packed));
 
 struct lttng_filter_bytecode_alloc {
-       uint16_t alloc_len;
+       uint32_t alloc_len;
        struct lttng_filter_bytecode b;
 };
 
This page took 0.023089 seconds and 4 git commands to generate.