Imported Upstream version 3.2.0
[debian/amanda] / server-src / find.h
index 01c18a28f89deb4157e65ba504739e2a5bf0fa13..ac97c3af9562d42247dc8d871d5f2546c81a934f 100644 (file)
@@ -7,7 +7,8 @@
 
 typedef struct find_result_s {
     struct find_result_s *next;
-    char *timestamp;
+    char *timestamp;           /* dump timestamp */
+    char *write_timestamp;
     char *hostname;
     char *diskname;
     int level;