bytecode: add `REG_U64` interpreter register type
[deliverable/lttng-ust.git] / liblttng-ust / lttng-filter.h
index f8e112932e3bebac723d77c69bc36351771d365c..bf553cea22427b373dac9264c0ab525ee3f4e04f 100644 (file)
@@ -87,6 +87,7 @@ struct bytecode_runtime {
 
 enum entry_type {
        REG_S64,
+       REG_U64,
        REG_DOUBLE,
        REG_STRING,
        REG_STAR_GLOB_STRING,
This page took 0.024391 seconds and 5 git commands to generate.