X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=compat%2Finclude%2Fprotocols%2Fdumprestore.h;h=816a83f508a33e336ba30b9c74f92876a658b1dd;hp=981b9f6014970c5b4b3b013100092eeee9899555;hb=cca7148b36e60b4671518602ff9a7c2d0c22a7b2;hpb=a4bfc6ca5a01f2cef94fb6a147024e8b52101b6e diff --git a/compat/include/protocols/dumprestore.h b/compat/include/protocols/dumprestore.h index 981b9f6..816a83f 100644 --- a/compat/include/protocols/dumprestore.h +++ b/compat/include/protocols/dumprestore.h @@ -5,7 +5,7 @@ * Stelian Pop , 1999-2000 * Stelian Pop - AlcĂ´ve , 2000-2002 * - * $Id: dumprestore.h,v 1.23 2004/12/15 11:00:01 stelian Exp $ + * $Id: dumprestore.h,v 1.24 2005/05/02 15:10:46 stelian Exp $ */ /* @@ -152,7 +152,6 @@ union u_spcl { #define EXT_MACOSRESFORK 2 #define EXT_XATTR 3 - /* * compression flags for the tapebuf header. */ @@ -172,4 +171,9 @@ struct tapebuf { #endif }; +/* used for EA on tape */ +#define EXT2_GOOD_OLD_INODE_SIZE 128 +#define EXT2_XATTR_MAGIC 0xEA020000 /* block EA */ +#define EXT2_XATTR_MAGIC2 0xEA020001 /* in inode EA */ + #endif /* !_DUMPRESTORE_H_ */