X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Fdiskfile.h;h=e543f650185b6601ecfb84adb05e621884f0161c;hb=refs%2Ftags%2Fupstream%2F3.3.0;hp=5797a18ce262a115e4c8ab7fbd11ff4b1dadc250;hpb=011a59f5a54864108a16af570a6b287410597cc2;p=debian%2Famanda diff --git a/server-src/diskfile.h b/server-src/diskfile.h index 5797a18..e543f65 100644 --- a/server-src/diskfile.h +++ b/server-src/diskfile.h @@ -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);