Refactoring: struct lttng_event_field
[lttng-ust.git] / include / ust-comm.h
index bc185669301a5fb0f36fa5e501c55fe2ff17aa1f..3d1ba3729c173a40b2d28b3713cec5ed137582bf 100644 (file)
@@ -42,7 +42,7 @@
 #define LTTNG_UST_COMM_MAX_LISTEN                      10
 #define LTTNG_UST_COMM_REG_MSG_PADDING                 64
 
-struct lttng_event_field;
+struct lttng_ust_event_field;
 struct lttng_ctx_field;
 struct lttng_enum_entry;
 struct lttng_integer_type;
@@ -279,7 +279,7 @@ int ustcomm_register_event(int sock,
        int loglevel,
        const char *signature,          /* event signature (input) */
        size_t nr_fields,               /* fields */
-       const struct lttng_event_field *fields,
+       const struct lttng_ust_event_field **fields,
        const char *model_emf_uri,
        uint32_t *id);                  /* event id (output) */
 
This page took 0.023421 seconds and 4 git commands to generate.