Rename for the new liburcu API namespace
[ust.git] / include / ust / ustd.h
index 01b88d755f2f7d20fa1860b54913e715d8407dc7..6336e696414ba06debe0a1a5d8b734ef5b2d54a2 100644 (file)
@@ -37,6 +37,7 @@ struct ustcomm_sock;
 
 struct buffer_info {
        char *name;
+       char *trace;
        char *channel;
        int channel_cpu;
 
@@ -78,7 +79,7 @@ struct libustd_instance {
        struct libustd_callbacks *callbacks;
        int quit_program;
        int is_init;
-       struct list_head connections;
+       struct cds_list_head connections;
        int epoll_fd;
        struct ustcomm_sock *listen_sock;
        char *sock_path;
This page took 0.025195 seconds and 4 git commands to generate.