Fix: uninitialized variable in lib_ring_buffer_reserve_committed
[lttng-ust.git] / liblttng-ust / filter-bytecode.h
index f937324d1fd853e236807812d3500994da895293..7df0288ae071c46ecd6edb016b77a32fbd61d2c8 100644 (file)
 
 #include <lttng/ust-abi.h>
 
+#ifndef LTTNG_PACKED
+#error "LTTNG_PACKED should be defined"
+#endif
+
 /*
  * offsets are absolute from start of bytecode.
  */
@@ -206,6 +210,8 @@ enum filter_op {
 
        FILTER_OP_UNARY_BIT_NOT                 = 98,
 
+       FILTER_OP_RETURN_S64                    = 99,
+
        NR_FILTER_OPS,
 };
 
This page took 0.023479 seconds and 4 git commands to generate.