ustd: improve handling of remote app termination
[ust.git] / ustd / ustd.h
index 0eb33570e7e4c88b6fcd4d4a98fc160853146d0f..6025213d8a9050a91d42a8ca35123f6df876e745 100644 (file)
@@ -3,6 +3,8 @@
 
 #include "ustcomm.h"
 
+#define USTD_DEFAULT_TRACE_PATH "/tmp/usttrace"
+
 struct buffer_info {
        char *name;
        pid_t pid;
@@ -26,9 +28,9 @@ struct buffer_info {
        int file_fd; /* output file */
 
        long consumed_old;
-};
 
-ssize_t patient_write(int fd, const void *buf, size_t count);
+       s64 pidunique;
+};
 
 void finish_consuming_dead_subbuffer(struct buffer_info *buf);
 
This page took 0.022172 seconds and 4 git commands to generate.