X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Fdiskfile.h;h=78a49efed844ce77dbbbacd5fec955d4ffa7a690;hb=d3b2175e084f88c8736ad7073eacbf4670147aec;hp=915af8783c5364226f61480704295a4ae6452a96;hpb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;p=debian%2Famanda diff --git a/server-src/diskfile.h b/server-src/diskfile.h index 915af87..78a49ef 100644 --- a/server-src/diskfile.h +++ b/server-src/diskfile.h @@ -25,7 +25,7 @@ * University of Maryland at College Park */ /* - * $Id: diskfile.h,v 1.38.2.1 2006/11/01 14:45:41 martinea Exp $ + * $Id: diskfile.h,v 1.38 2006/06/22 20:41:33 martinea Exp $ * * interface for disklist file reading code */ @@ -55,6 +55,7 @@ typedef struct disk_s { am_host_t *host; /* host list */ struct disk_s *hostnext; + char *hostname; /* hostname */ char *name; /* label name for disk */ char *device; /* device name for disk, eg "sd0g" */ char *dtype_name; /* name of dump type XXX shouldn't need this */ @@ -88,6 +89,7 @@ typedef struct disk_s { time_t starttime; /* start this dump after this time */ time_t start_t; /* start this dump after this time */ int strategy; /* what dump strategy to use */ + int ignore; /* ignore */ int estimate; /* what estimate strategy to use */ int compress; /* type of compression to use */ int encrypt; /* type of encryption to use */