- Introduced a new trace facility
- Fixed performance problems in many protocol drivers. SKIPPED: psi/julprot.c psi/phytron.c psi/pmacprot.c psi/polterwrite.c psi/spss7.c
This commit is contained in:
2
ofac.c
2
ofac.c
@ -41,6 +41,7 @@ static void InitGeneral(void)
|
||||
INIT(HelpInit);
|
||||
INIT(AddTestProt);
|
||||
INIT(AddGenBinProtocoll);
|
||||
INIT(MakeTrace);
|
||||
INIT(SiteInit); /* site specific initializations */
|
||||
}
|
||||
|
||||
@ -108,6 +109,7 @@ static void InitIniCommands(SicsInterp * pInter)
|
||||
PCMD("TclReplaceDrivable", TclReplaceDrivable);
|
||||
PCMD("transact", TransactAction);
|
||||
PCMD("wait", UserWait);
|
||||
PCMD("checksum", CheckSum);
|
||||
|
||||
/* startup commands in alphabetic order */
|
||||
SCMD("allowexec", AllowExec);
|
||||
|
Reference in New Issue
Block a user