Introduce a new communication protocol for UST v5
[ust.git] / include / ust / ustd.h
index 7ce063fefbb7f48bae11028fe6b79065ea9a6f92..01b88d755f2f7d20fa1860b54913e715d8407dc7 100644 (file)
 struct ustcomm_sock;
 
 struct buffer_info {
-       const char *name;
+       char *name;
+       char *channel;
+       int channel_cpu;
+
        pid_t pid;
        int app_sock;
        /* The pipe file descriptor */
This page took 0.02286 seconds and 4 git commands to generate.