X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fnetwork%2Fnetspool.h;h=34e13acae9ddebcf1654c99143ce1600dd5a72fa;hp=ae01838879d1fcf59f48f7ae05e0b64e56363384;hb=e24d4d39b9e026d260c7745014bafe63e19f9b0b;hpb=8c8430b53c3cb14bd983cd3c767d7bbe485f4155 diff --git a/citadel/modules/network/netspool.h b/citadel/modules/network/netspool.h index ae0183887..34e13acae 100644 --- a/citadel/modules/network/netspool.h +++ b/citadel/modules/network/netspool.h @@ -39,11 +39,7 @@ struct maplist { typedef struct SpoolControl SpoolControl; struct SpoolControl { - long lastsent; - StrBuf *Sender; - StrBuf *RoomInfo; - namelist *NetConfigs[maxRoomNetCfg]; - StrBuf *misc; + OneRoomNetCfg *RNCfg; FILE *digestfp; int num_msgs_spooled; @@ -60,4 +56,4 @@ void network_consolidate_spoolout(HashList *working_ignetcfg, HashList *the_netm void free_spoolcontrol_struct(SpoolControl **scc); int writenfree_spoolcontrol_file(SpoolControl **scc, char *filename); int read_spoolcontrol_file(SpoolControl **scc, char *filename); -int is_recipient(SpoolControl *sc, const char *Name); +int is_recipient(OneRoomNetCfg *RNCfg, const char *Name);