minor refactor of ustd to avoid deadlock
[ust.git] / ustd / ustd.h
index 65328d61ac933312a56775fcde9599f009384309..8d5becd3e24c2a2590654ddeccf1db60039e489c 100644 (file)
@@ -6,7 +6,7 @@
 #define USTD_DEFAULT_TRACE_PATH "/tmp/usttrace"
 
 struct buffer_info {
-       char *name;
+       const char *name;
        pid_t pid;
        struct ustcomm_connection conn;
 
@@ -32,8 +32,6 @@ struct buffer_info {
        s64 pidunique;
 };
 
-ssize_t patient_write(int fd, const void *buf, size_t count);
-
 void finish_consuming_dead_subbuffer(struct buffer_info *buf);
 
 #endif /* USTD_H */
This page took 0.022805 seconds and 4 git commands to generate.