- Added a means to overload or define drivable interfaces in tcl

This commit is contained in:
cvs
2003-09-03 14:01:02 +00:00
parent 790d5c217a
commit ee81bcc3b7
8 changed files with 846 additions and 10 deletions

View File

@ -34,6 +34,7 @@
#include "ofac.h"
#include "telnet.h"
#include "site.h"
#include "tcldrivable.h"
#include "nserver.h"
int ServerSetupInterrupt(int iPort, pNetRead pNet, pTaskMan pTasker);
@ -360,9 +361,6 @@
/* Remove Status Callback */
KillStatus(NULL);
/* close the List system */
LLDsystemClose();
/*
kill the site data structure
*/
@ -372,6 +370,14 @@
site->KillSite(site);
}
/*
kill overloaded interfaces data
*/
killTclDrivable();
/* close the List system */
LLDsystemClose();
/* make fortify print his findings */
Fortify_DumpAllMemory(iFortifyScope);
Fortify_LeaveScope();