X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Frestore.h;h=3d2a5de310c517ca8f3ac5608dbdb84c6ab635ca;hp=7deb3f24f10537e7efd8a8ee75adbf750f68f2fd;hb=df3d2ef98b911ebb7a7b7c6137e60e28eb39e5f1;hpb=30e8407d4ff60da69e6f6202267eb8c705743b5d diff --git a/restore/restore.h b/restore/restore.h index 7deb3f2..3d2a5de 100644 --- a/restore/restore.h +++ b/restore/restore.h @@ -5,7 +5,7 @@ * Stelian Pop , 1999-2000 * Stelian Pop - AlcĂ´ve , 2000-2002 * - * $Id: restore.h,v 1.31 2005/01/13 15:41:07 stelian Exp $ + * $Id: restore.h,v 1.33 2005/07/07 09:16:08 stelian Exp $ */ /* @@ -92,8 +92,7 @@ extern int compare_errors; /* did we encounter any compare errors? */ extern char filesys[NAMELEN];/* name of dumped filesystem */ extern dump_ino_t volinfo[]; /* which inode on which volume archive info */ extern int wdfd; /* original working directory */ - -#define DIRHASH_SIZE 1024 +extern int dirhash_size; /* size of the directory hash table */ /* * Each file in the file system is described by one of these entries @@ -197,3 +196,4 @@ char smtcpath[2048]; exit(2); \ } +#define XATTR_MAXSIZE 4096