X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flttng%2Ffilter.h;h=26538b5e932957382e3344349ec6f7ade0bddddf;hb=1242217a08db0fb08a4f8f7bb3a94b82647b17e4;hp=ce26921386ce38eae0a46b0aa0130d382cdab4e1;hpb=4ac5fbb7966e7a6ee4a0cb68c49713bc8c05206c;p=deliverable%2Flttng-modules.git diff --git a/include/lttng/filter.h b/include/lttng/filter.h index ce269213..26538b5e 100644 --- a/include/lttng/filter.h +++ b/include/lttng/filter.h @@ -47,6 +47,7 @@ struct bytecode_runtime { enum entry_type { REG_S64, + REG_U64, REG_DOUBLE, REG_STRING, REG_STAR_GLOB_STRING,