X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Fust-dynamic-type.h;h=e74250485ff192930f2cd9ca92d9b0d5eba42428;hb=25cff019d711338b8a7efe1cc54e4b1870157348;hp=d88e3c09b9ac6ad3c431efd771f80e23b30faafd;hpb=dc11f93f7d30cd383e35be41483cc024da59c7b8;p=lttng-ust.git diff --git a/include/ust-dynamic-type.h b/include/ust-dynamic-type.h index d88e3c09..e7425048 100644 --- a/include/ust-dynamic-type.h +++ b/include/ust-dynamic-type.h @@ -13,10 +13,10 @@ LTTNG_HIDDEN int lttng_ust_dynamic_type_choices(size_t *nr_choices, - const struct lttng_event_field **choices); + const struct lttng_ust_event_field ***choices); LTTNG_HIDDEN -const struct lttng_event_field *lttng_ust_dynamic_type_field(int64_t value); +const struct lttng_ust_event_field *lttng_ust_dynamic_type_field(int64_t value); LTTNG_HIDDEN -const struct lttng_event_field *lttng_ust_dynamic_type_tag_field(void); +const struct lttng_ust_event_field *lttng_ust_dynamic_type_tag_field(void); #endif /* _LTTNG_UST_DYNAMIC_TYPE_H */