New naming convention for internal macros
[ust.git] / libust / marker.c
index dbabf3eeef563f415e2f5e16fae74b2a8f30e17a..0c85cc3997f0d8669473c91055b7582ea4ad4f7c 100644 (file)
@@ -235,7 +235,7 @@ static notrace void marker_probe_cb_noarg(const struct marker *mdata,
 
 static void free_old_closure(struct rcu_head *head)
 {
-       struct marker_entry *entry = container_of(head,
+       struct marker_entry *entry = _ust_container_of(head,
                struct marker_entry, rcu);
        free(entry->oldptr);
        /* Make sure we free the data before setting the pending flag to 0 */
This page took 0.023365 seconds and 4 git commands to generate.