Fix create trace using the current session
[lttng-tools.git] / ltt-sessiond / ltt-sessiond.h
index cff3ae75472aa2b79627012e77ef4d437cff8383..6c0824b80a6bb7d4f4436dba9304fed3594378f3 100644 (file)
@@ -19,8 +19,7 @@
 #ifndef _LTT_SESSIOND_H
 #define _LTT_SESSIOND_H
 
-#define DEFAULT_HOME_DIR               "/tmp"
-#define DEFAULT_TRACING_GROUP          "/tracing"
+#define DEFAULT_HOME_DIR                       "/tmp"
 #define DEFAULT_UST_SOCK_DIR           "/tmp/ust-app-socks"
 #define DEFAULT_GLOBAL_APPS_PIPE       "/tmp/ust-app-socks/global"
 
@@ -40,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.022819 seconds and 4 git commands to generate.