]> git.wh0rd.org - dump.git/blobdiff - dump/dump.h
*** empty log message ***
[dump.git] / dump / dump.h
index e2152233f91703b8b7bb596319d64cc0dd1bdb6c..c32631b5c8feb7c0ea914d9ef2332f2765bedc25 100644 (file)
@@ -5,7 +5,7 @@
  *     Stelian Pop <pop@noos.fr>, 1999-2000
  *     Stelian Pop <pop@noos.fr> - AlcĂ´ve <www.alcove.fr>, 2000
  *
- *     $Id: dump.h,v 1.19 2000/12/21 11:14:53 stelian Exp $
+ *     $Id: dump.h,v 1.20 2001/02/21 16:13:05 stelian Exp $
  */
 
 /*-
@@ -87,7 +87,9 @@ long  asize;          /* number of 0.1" units written on current tape */
 int    etapes;         /* estimated number of tapes */
 int    nonodump;       /* if set, do not honor UF_NODUMP user flags */
 int    unlimited;      /* if set, write to end of medium */
-
+int    compressed;     /* if set, dump is to be compressed */
+long long bytes_written;/* total bytes written to tape */
+long   uncomprblks;    /* uncompressed blocks written to tape */
 int    notify;         /* notify operator flag */
 int    blockswritten;  /* number of blocks written on current tape */
 int    tapeno;         /* current tape number */