Fix: Filter ABI changes to support FILTER_BYTECODE_MAX_LEN (65536)
[lttng-ust.git] / include / lttng / ust-abi.h
index 0489e89b8d206502f3a003869cd4bf6317ab6351..91639a7c6d43279ab60f85b0098d2bced8484d0b 100644 (file)
@@ -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];
 };
 
This page took 0.022733 seconds and 4 git commands to generate.