- 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:
koennecke
2009-03-09 08:28:08 +00:00
parent de4ca7a5e9
commit 10a475f020
21 changed files with 469 additions and 102 deletions

View File

@ -37,6 +37,8 @@ int Broadcast(SConnection * pCon, SicsInterp * pInter, void *pData,
int argc, char *argv[]);
int TransactAction(SConnection * pCon, SicsInterp * pSics, void *pData,
int argc, char *argv[]);
int CaptureAction(SConnection * pCon, SicsInterp * pSics, void *pData,
int argc, char *argv[]);
int TclPublish(SConnection * pCon, SicsInterp * pInter, void *pData,
int argc, char *argv[]);