Imported Upstream version 2.6.1
[debian/amanda] / server-src / find.h
index bcd8469ca3b1733da0d0449ed001db250c86bc7a..6bb76d50d3a4c1c4e0902811e1b1f8fd34d6aa25 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "diskfile.h"
 
-#define DEFAULT_SORT_ORDER      "hkdlpbf"
+#define DEFAULT_SORT_ORDER      "hkdlpbfw"
 
 typedef struct find_result_s {
     struct find_result_s *next;
@@ -15,6 +15,8 @@ typedef struct find_result_s {
     off_t filenum;
     char *status;
     char *partnum;
+    double sec;                /* may be 0.0 for older log files or holding files */
+    size_t kb;         /* may be 0 for older log files or holding files */
     void *user_ptr;
 } find_result_t;