add pidunique concept
[ust.git] / ustd / ustd.h
index 0b2db775e1c766fae68dd7c8f37c958bc619d6e7..65328d61ac933312a56775fcde9599f009384309 100644 (file)
@@ -28,6 +28,8 @@ struct buffer_info {
        int file_fd; /* output file */
 
        long consumed_old;
+
+       s64 pidunique;
 };
 
 ssize_t patient_write(int fd, const void *buf, size_t count);
This page took 0.022575 seconds and 4 git commands to generate.