X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=server-src%2Fdiskfile.h;h=aa485a5975f85745a5e05c15709524b6649296e9;hb=b221e8dc16f345f8c8d7df8df71f4d36daaabb4c;hp=298ba67d486fb6b5a3d2513319f1c14928e410db;hpb=42ff24f2a525d5965e1841b2ebe3ee0f4b918ac6;p=debian%2Famanda diff --git a/server-src/diskfile.h b/server-src/diskfile.h index 298ba67..aa485a5 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);