X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=5bd158386cdfeba881597d5b1bc3c0b17076ee94;hb=86133cafe8f32497f53f4b469b8d3357470e7080;hp=4e3163c4328faf625bb098df56e291411926d3d0;hpb=51f804ec315888553a0104fe691af89216c127e8;p=deliverable%2Flttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 4e3163c4..5bd15838 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -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;