Fix create trace using the current session
[lttng-tools.git] / ltt-sessiond / ltt-sessiond.h
index 97f8658e1ab764a24774e04fe2e527423cf02169..6c0824b80a6bb7d4f4436dba9304fed3594378f3 100644 (file)
@@ -39,7 +39,7 @@ struct ltt_lttng_trace {
 struct ltt_ust_trace {
        struct cds_list_head list;
        int shmid;
-       char trace_name[NAME_MAX];
+       pid_t pid;
        struct cds_list_head markers;
 };
 
This page took 0.022932 seconds and 4 git commands to generate.