]> git.wh0rd.org - dump.git/blobdiff - compat/include/protocols/dumprestore.h
noos -> popies.net
[dump.git] / compat / include / protocols / dumprestore.h
index 885b9e038415d5a5bc886481b016d3569844d7c0..a9f68e0630a83bb8e8ba78d17922c292319f095c 100644 (file)
@@ -2,10 +2,10 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *      Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 2000-2002
  *
- *     $Id: dumprestore.h,v 1.13 2001/05/12 11:36:12 stelian Exp $
+ *     $Id: dumprestore.h,v 1.15 2002/01/16 09:32:14 stelian Exp $
  */
 
 /*
@@ -123,6 +123,12 @@ union u_spcl {
 #define DR_NEWINODEFMT 0x0002  /* new format inodes on tape */
 #define DR_COMPRESSED  0x0080  /* dump tape is compressed */
 
+/*
+ * compression flags for the tapebuf header.
+ */
+#define COMPRESS_ZLIB  0
+#define COMPRESS_BZLIB 1
+
 /* used for compressed dump tapes */
 struct tapebuf {
        unsigned int    compressed:1;