Add trace name handling throughout tracectl, ustcomm and ustcmd
[ust.git] / include / ust / ustd.h
index 7ce063fefbb7f48bae11028fe6b79065ea9a6f92..0757acb9b035f77472c797dd25dc35d88914d190 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 */
This page took 0.034749 seconds and 4 git commands to generate.