Rename for the new liburcu API namespace
[ust.git] / include / ust / ustd.h
index 7ce063fefbb7f48bae11028fe6b79065ea9a6f92..6336e696414ba06debe0a1a5d8b734ef5b2d54a2 100644 (file)
 struct ustcomm_sock;
 
 struct buffer_info {
-       const char *name;
+       char *name;
+       char *trace;
+       char *channel;
+       int channel_cpu;
+
        pid_t pid;
        int app_sock;
        /* The pipe file descriptor */
@@ -75,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.023617 seconds and 4 git commands to generate.