Imported Upstream version 3.3.0
[debian/amanda] / server-src / diskfile.h
index 5797a18ce262a115e4c8ab7fbd11ff4b1dadc250..e543f650185b6601ecfb84adb05e621884f0161c 100644 (file)
@@ -123,6 +123,7 @@ typedef struct disk_s {
     int                todo;
     char       *application;
     identlist_t pp_scriptlist;
+    host_limit_t *dump_limit;
     void       *up;                    /* generic user pointer */
 } disk_t;
 
@@ -136,6 +137,7 @@ typedef struct disklist_s {
  * value just as you would the return of config_init() */
 cfgerr_level_t read_diskfile(const char *, disklist_t *);
 
+am_host_t *get_hostlist(void);
 am_host_t *lookup_host(const char *hostname);
 disk_t *lookup_disk(const char *hostname, const char *diskname);