Removed some settings from task structure
This commit is contained in:
parent
7dcb1dba1c
commit
69d0ac0697
@ -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
2
TODO
@ -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
|
||||
|
@ -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 */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user