X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fust-comm.h;fp=include%2Fust-comm.h;h=b45797ef93e064ce763548c1af74cd28063d0628;hb=daacdbfc04fe07ecff0a0d1878b4f48d38912c78;hp=da10b4085895e0f342d1acabd64b2369e6dd0a7b;hpb=06e646e04714e0e0f7537841107ab0528ef33a52;p=lttng-ust.git diff --git a/include/ust-comm.h b/include/ust-comm.h index da10b408..b45797ef 100644 --- a/include/ust-comm.h +++ b/include/ust-comm.h @@ -42,7 +42,7 @@ #define LTTNG_UST_COMM_REG_MSG_PADDING 64 struct lttng_ust_event_field; -struct lttng_ctx_field; +struct lttng_ust_ctx_field; struct lttng_ust_enum_entry; struct lttng_integer_type; struct lttng_session; @@ -318,7 +318,7 @@ int ustcomm_register_channel(int sock, int session_objd, /* session descriptor */ int channel_objd, /* channel descriptor */ size_t nr_ctx_fields, - const struct lttng_ctx_field *ctx_fields, + struct lttng_ust_ctx_field **ctx_fields, uint32_t *chan_id, /* channel id (output) */ int *header_type); /* header type (output) */