X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libust%2Fchannels.c;h=57e980104fd5ad40b3bbf9ed9841d53d69801bfb;hb=10f2b72421cdb8844440ddc49a836fb73ce1b495;hp=df1a9725735704b779abbdd06f93b204e4c28413;hpb=f7b16408b00ecce757bdde940853a48534b25edd;p=lttng-ust.git diff --git a/libust/channels.c b/libust/channels.c index df1a9725..57e98010 100644 --- a/libust/channels.c +++ b/libust/channels.c @@ -66,7 +66,7 @@ static struct ltt_channel_setting *lookup_channel(const char *name) */ static void release_channel_setting(struct kref *kref) { - struct ltt_channel_setting *setting = container_of(kref, + struct ltt_channel_setting *setting = _ust_container_of(kref, struct ltt_channel_setting, kref); struct ltt_channel_setting *iter;