Removed some settings from task structure

This commit is contained in:
Michiel Broek
2002-02-24 16:00:29 +00:00
parent 7dcb1dba1c
commit 69d0ac0697
3 changed files with 7 additions and 3 deletions

View File

@@ -244,11 +244,11 @@ struct taskrec {
char cmd_msglink[81]; /* msglink command */
char cmd_reqindex[81]; /* reqindex command */
int max_pots; /* maximum pots calls */
int max_isdn; /* maximum ISDN calls */
int xmax_pots;
int xmax_isdn;
int max_tcp; /* maximum TCP/IP calls */
unsigned ipblocks : 1; /* internet blocks dial */
unsigned xipblocks : 1;
unsigned debug : 1; /* debugging on/off */
};