X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fust-app.c;h=489bd8b2fe59f8bf8b53f5262e6805cdeaa3f3a3;hp=6bdd04bd8a52dc3b9ab323575bcf881ca1d140c5;hb=1316184615e422526ef4fae68f980443414969c1;hpb=40b7f48507e072609c46b7173e4d805453ceaa8c diff --git a/ltt-sessiond/ust-app.c b/ltt-sessiond/ust-app.c index 6bdd04bd8..489bd8b2f 100644 --- a/ltt-sessiond/ust-app.c +++ b/ltt-sessiond/ust-app.c @@ -569,7 +569,7 @@ int ust_app_add_event(struct ltt_ust_session *usess, struct ust_app_channel *ua_chan; struct ust_app_event *ua_event; struct lttng_ust_event ltt_uevent; - struct object_data *obj_event; + struct lttng_ust_object_data *obj_event; DBG2("UST app adding event %s to global domain for session uid %d", uevent->attr.name, usess->uid);