ust-events.h API const-ness
[lttng-ust.git] / src / lib / lttng-ust / lttng-events.c
index e8f9fd9fa41808e3df7834288170ecc948ae466d..445a3c398b279c0271f25af7869b1acda7c2559a 100644 (file)
@@ -516,7 +516,7 @@ int lttng_create_enum_check(const struct lttng_ust_type_common *type,
 
 static
 int lttng_create_all_event_enums(size_t nr_fields,
-               const struct lttng_ust_event_field **event_fields,
+               const struct lttng_ust_event_field * const *event_fields,
                struct lttng_ust_session *session)
 {
        size_t i;
This page took 0.025647 seconds and 4 git commands to generate.