X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Fust-dynamic-type.h;h=d88e3c09b9ac6ad3c431efd771f80e23b30faafd;hb=7753d283c5e8cc76e9bc7d5960754a589426ffa3;hp=ac56b560e4345d2959bd4f02cd556822b6ff938f;hpb=ae4b659d95f8dab9f2aa4b890d6937d7d5375f07;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 */