- Fixed conflicts in ascon.c
- Supressed superfluous message from fmess - Expanded multicounter to deal with threshold commands nicely - Fixed an an issue with an uninitialized dummy connection in nserver - Many changes to simidex to make it work in a more reliable way. - Added hdbfactory path alias targetpath - Extended frame to deal with sinqhttp HM
This commit is contained in:
1
ofac.c
1
ofac.c
@ -217,6 +217,7 @@ static void InitIniCommands(SicsInterp * pInter, pTaskMan pTask)
|
||||
|
||||
AddCommand(pInter, "InternEval", InternalFileEval, NULL, NULL);
|
||||
AddCommand(pInter, "ClientPut", ClientPut, NULL, NULL);
|
||||
AddCommand(pInter, "Capture", CaptureAction, NULL, NULL);
|
||||
AddCommand(pInter, "GumPut", GumPut, NULL, NULL);
|
||||
AddCommand(pInter, "broadcast", Broadcast, NULL, NULL);
|
||||
AddCommand(pInter, "transact", TransactAction, NULL, NULL);
|
||||
|
Reference in New Issue
Block a user