usterr: improve error reporting primitives
[ust.git] / ustd / ustd.h
index 7296813add08db322bbd48b7f1375682e8e0809a..65328d61ac933312a56775fcde9599f009384309 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,9 +27,9 @@ struct buffer_info {
 
        int file_fd; /* output file */
 
-       struct list_head list;
-
        long consumed_old;
+
+       s64 pidunique;
 };
 
 ssize_t patient_write(int fd, const void *buf, size_t count);
This page took 0.02232 seconds and 4 git commands to generate.