Refactoring: struct lttng_enum_desc and lttng_enum_entry
[lttng-ust.git] / include / ust-comm.h
index 3d1ba3729c173a40b2d28b3713cec5ed137582bf..aaf7c6ef76e7e0f51cbc2b798b2cee1276f5690f 100644 (file)
@@ -44,7 +44,7 @@
 
 struct lttng_ust_event_field;
 struct lttng_ctx_field;
-struct lttng_enum_entry;
+struct lttng_ust_enum_entry;
 struct lttng_integer_type;
 struct lttng_session;
 
@@ -292,7 +292,7 @@ int ustcomm_register_enum(int sock,
        int session_objd,               /* session descriptor */
        const char *enum_name,          /* enum name (input) */
        size_t nr_entries,              /* entries */
-       const struct lttng_enum_entry *entries,
+       const struct lttng_ust_enum_entry **entries,
        uint64_t *id);                  /* enum id (output) */
 
 /*
This page took 0.024001 seconds and 4 git commands to generate.