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

@ -4642,6 +4642,8 @@ v0.33.20 10-Feb-2002
available, and removes it when it is down.
Added test for ISDN/modem lines in use.
Lost of code cleanup.
No setup setting anymore for maximum POTS and ISDN lines, this
is now automatic.
mbcico:
Fixed binkp driver to accept incoming unprotected sessions.

2
TODO
View File

@ -99,6 +99,8 @@ mbnewusr:
mbsetup:
U: PickAka function lets mbsetup crash if domain is 12 characters
N: Put ZMH fields in the network setup for each zone.
L: Generate crossreference document:
File Areas <=> BBS groups
File Areas <=> Newfiles groups

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 */
};