Rename for the new liburcu API namespace
[ust.git] / libustd / libustd.c
index 1581f830cd4a83484c687a079cc2b293690352b4..0dc6940abb17441e3b45a88935220b4ad8ef9acb 100644 (file)
@@ -863,7 +863,7 @@ static int init_ustd_socket(struct libustd_instance *instance)
                goto close_epoll;
        }
 
-       INIT_LIST_HEAD(&instance->connections);
+       CDS_INIT_LIST_HEAD(&instance->connections);
 
        free(name);
 
This page took 0.022541 seconds and 4 git commands to generate.