New naming convention for internal macros
[ust.git] / libust / channels.c
index df1a9725735704b779abbdd06f93b204e4c28413..57e980104fd5ad40b3bbf9ed9841d53d69801bfb 100644 (file)
@@ -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;
 
This page took 0.025233 seconds and 4 git commands to generate.