X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fust-comm.h;fp=include%2Fust-comm.h;h=3d1ba3729c173a40b2d28b3713cec5ed137582bf;hb=25cff019d711338b8a7efe1cc54e4b1870157348;hp=bc185669301a5fb0f36fa5e501c55fe2ff17aa1f;hpb=dc11f93f7d30cd383e35be41483cc024da59c7b8;p=lttng-ust.git diff --git a/include/ust-comm.h b/include/ust-comm.h index bc185669..3d1ba372 100644 --- a/include/ust-comm.h +++ b/include/ust-comm.h @@ -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) */