ustd: add system to elegantly end daemon on SIGTERM, after waiting that all traces...
[ust.git] / ustd / ustd.h
index 7296813add08db322bbd48b7f1375682e8e0809a..0b2db775e1c766fae68dd7c8f37c958bc619d6e7 100644 (file)
@@ -3,6 +3,8 @@
 
 #include "ustcomm.h"
 
+#define USTD_DEFAULT_TRACE_PATH "/tmp/usttrace"
+
 struct buffer_info {
        char *name;
        pid_t pid;
@@ -25,8 +27,6 @@ struct buffer_info {
 
        int file_fd; /* output file */
 
-       struct list_head list;
-
        long consumed_old;
 };
 
This page took 0.022024 seconds and 4 git commands to generate.