X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Fust-dynamic-type.h;h=80a80d0995cdbe3d6e2f83b32e743043ac2055f1;hb=49f89ab88581214568d650d670ec6ae82a0c407f;hp=cb628ad8a9e90b7b9ddfc9a178800de5e0f6fe49;hpb=fa194c4157f029404fe2ea10098d1bbcebcf6aa9;p=lttng-ust.git diff --git a/include/ust-dynamic-type.h b/include/ust-dynamic-type.h index cb628ad8..80a80d09 100644 --- a/include/ust-dynamic-type.h +++ b/include/ust-dynamic-type.h @@ -27,12 +27,12 @@ enum lttng_ust_dynamic_type { __attribute__((visibility("hidden"))) int lttng_ust_dynamic_type_choices(size_t *nr_choices, - const struct lttng_ust_event_field ***choices); + struct lttng_ust_event_field ***choices); __attribute__((visibility("hidden"))) -const struct lttng_ust_event_field *lttng_ust_dynamic_type_field(int64_t value); +struct lttng_ust_event_field *lttng_ust_dynamic_type_field(int64_t value); __attribute__((visibility("hidden"))) -const struct lttng_ust_event_field *lttng_ust_dynamic_type_tag_field(void); +struct lttng_ust_event_field *lttng_ust_dynamic_type_tag_field(void); #endif /* _LTTNG_UST_DYNAMIC_TYPE_H */