Implement filter bytecode interpreter and linker
[lttng-ust.git] / include / lttng / ust-abi.h
index 8bcaa380e10c49fbf9a788bf49cc7f7ed9a2c802..46a35d808bed16186056acab404389f93897a740 100644 (file)
@@ -165,10 +165,10 @@ struct lttng_ust_calibrate {
        } u;
 };
 
-#define FILTER_BYTECODE_MAX_LEN                65536
+#define FILTER_BYTECODE_MAX_LEN                65535
 struct lttng_ust_filter_bytecode {
        uint16_t len;
-       uint16_t reloc_table_offset;
+       uint16_t reloc_offset;
        char data[0];
 };
 
This page took 0.02421 seconds and 4 git commands to generate.