X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fust-dynamic-type.h;h=d88e3c09b9ac6ad3c431efd771f80e23b30faafd;hb=00e0418ceaa42fb0266f8fb410a8e5f3351c0c88;hp=ac56b560e4345d2959bd4f02cd556822b6ff938f;hpb=28b9540bbb6021c114447575debd02f8b9ff4794;p=lttng-ust.git diff --git a/include/ust-dynamic-type.h b/include/ust-dynamic-type.h index ac56b560..d88e3c09 100644 --- a/include/ust-dynamic-type.h +++ b/include/ust-dynamic-type.h @@ -9,9 +9,14 @@ #include +#include "ust-helper.h" + +LTTNG_HIDDEN int lttng_ust_dynamic_type_choices(size_t *nr_choices, const struct lttng_event_field **choices); +LTTNG_HIDDEN const struct lttng_event_field *lttng_ust_dynamic_type_field(int64_t value); +LTTNG_HIDDEN const struct lttng_event_field *lttng_ust_dynamic_type_tag_field(void); #endif /* _LTTNG_UST_DYNAMIC_TYPE_H */