Make getlog commands less flakey

getlog {kill,none}
getlog what
getlog list
getlog err,wrn[,...]
This commit is contained in:
Douglas Clowes
2015-03-13 15:23:32 +11:00
parent 25d73eb17a
commit 125ebc9f6d
3 changed files with 69 additions and 7 deletions

View File

@@ -36,4 +36,5 @@ void SICSLogEnable(int flag);
typedef void (*pSICSLogHook)(const char *pText, OutCode eOut, void *pData);
char *AddSICSLogHook(pSICSLogHook func, const char *pCodes, void *pData);
char *RemSICSLogHook(void *pData);
unsigned int GetSICSLogHook(void *pData);
#endif