Refactoring: UST types public interfaces
[lttng-ust.git] / include / ust-comm.h
index da4adc2fe6448cd7cb7e2f07e3d66648947c36ab..39496921fc8ed8832a97e188d0fb0aecdeb7cc41 100644 (file)
@@ -292,7 +292,7 @@ int ustcomm_register_event(int sock,
        int loglevel,
        const char *signature,          /* event signature (input) */
        size_t nr_fields,               /* fields */
-       const struct lttng_ust_event_field **fields,
+       struct lttng_ust_event_field **fields,
        const char *model_emf_uri,
        uint32_t *id);                  /* event id (output) */
 
@@ -305,7 +305,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_ust_enum_entry **entries,
+       struct lttng_ust_enum_entry **entries,
        uint64_t *id);                  /* enum id (output) */
 
 /*
This page took 0.024627 seconds and 4 git commands to generate.