bytecode: add `REG_U64` interpreter register type
[lttng-modules.git] / include / lttng / filter.h
index ce26921386ce38eae0a46b0aa0130d382cdab4e1..26538b5e932957382e3344349ec6f7ade0bddddf 100644 (file)
@@ -47,6 +47,7 @@ struct bytecode_runtime {
 
 enum entry_type {
        REG_S64,
+       REG_U64,
        REG_DOUBLE,
        REG_STRING,
        REG_STAR_GLOB_STRING,
This page took 0.022923 seconds and 4 git commands to generate.