- Implemented tcl: prefix which allows to execute a command in Tcl directly
- Fixed a stack overrun bug in macro.c - Fixed a killing bug in devser.c - Added node writing with offset to nxscript.c - Wrote a simulation driver for second generation HM's - Readded devexec commands to SICS - Readded Hipadaba initialisation to SICS - Fixed a bug in sinqhttprot.c which is triggered when a reconnect happens during a node based download of data. SKIPPED: psi/sinqhttpprot.c
This commit is contained in:
@ -23,6 +23,9 @@ typedef struct __SINTER *pSicsInterp;
|
||||
typedef int (*ObjectFunc) (pSConnection pCon, pSicsInterp pInter, void
|
||||
*pData, int argc, char *argv[]);
|
||||
|
||||
typedef int (*ObjectFuncSelfParse) (pSConnection pCon, pSicsInterp pInter, void
|
||||
*pData, char *command);
|
||||
|
||||
typedef void (*KillFunc) (void *pData);
|
||||
|
||||
typedef struct __Clist {
|
||||
|
Reference in New Issue
Block a user