X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Fdynamic-type.h;h=f918921d4f0c1397944d5a002a1ed2500499c461;hb=046bc54cf5dbbe9106c5cfd0fc324e386b5bc3cf;hp=84f55f9a97e177dd45fb6d43af32b911078e7cc9;hpb=9d315d6d74aac2986b10d708c864d152a0febec7;p=lttng-ust.git diff --git a/src/common/dynamic-type.h b/src/common/dynamic-type.h index 84f55f9a..f918921d 100644 --- a/src/common/dynamic-type.h +++ b/src/common/dynamic-type.h @@ -26,7 +26,7 @@ enum lttng_ust_dynamic_type { }; int lttng_ust_dynamic_type_choices(size_t *nr_choices, - const struct lttng_ust_event_field ***choices) + const struct lttng_ust_event_field * const **choices) __attribute__((visibility("hidden"))); const struct lttng_ust_event_field *lttng_ust_dynamic_type_field(int64_t value)