Fix: accept 65536 bytes long bytecodes
[lttng-ust.git] / include / lttng / ust-abi.h
index 766a7e6a9b11c3f85844dffa2378f0c47d0c4cca..a72d67ef6ce837e2187a3632425f16a8255fdb4f 100644 (file)
@@ -171,7 +171,7 @@ struct lttng_ust_calibrate {
        } u;
 };
 
-#define FILTER_BYTECODE_MAX_LEN                65535
+#define FILTER_BYTECODE_MAX_LEN                65536
 struct lttng_ust_filter_bytecode {
        uint16_t len;
        uint16_t reloc_offset;
This page took 0.023734 seconds and 4 git commands to generate.