X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fust-comm.h;h=aaf7c6ef76e7e0f51cbc2b798b2cee1276f5690f;hb=891d6b550bf16672b0c3a7b35362f231d6e10fc1;hp=bc185669301a5fb0f36fa5e501c55fe2ff17aa1f;hpb=fd17d7cecd427479c035cd99cb2b2fb622bb3a38;p=lttng-ust.git diff --git a/include/ust-comm.h b/include/ust-comm.h index bc185669..aaf7c6ef 100644 --- a/include/ust-comm.h +++ b/include/ust-comm.h @@ -42,9 +42,9 @@ #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_ust_enum_entry; struct lttng_integer_type; struct lttng_session; @@ -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) */ @@ -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) */ /*