bytecode: handle all integer types of dynamic contexts
[lttng-ust.git] / include / lttng / ust-events.h
index 4e3163c4328faf625bb098df56e291411926d3d0..5bd158386cdfeba881597d5b1bc3c0b17076ee94 100644 (file)
@@ -315,6 +315,7 @@ struct lttng_ctx_value {
        enum lttng_ust_dynamic_type sel;
        union {
                int64_t s64;
+               uint64_t u64;
                const char *str;
                double d;
        } u;
This page took 0.023871 seconds and 4 git commands to generate.