- move DoubleTime to nserver.c

- extend wait command to fraction of seconds
This commit is contained in:
zolliker
2010-01-27 13:37:06 +00:00
parent cbcdd26fbc
commit 7976b52212
2 changed files with 21 additions and 10 deletions

View File

@ -51,4 +51,8 @@ int UserWait(SConnection * pCon, SicsInterp * pSics, void *pData,
int SicsWait(long lTime);
int ServerIsStarting(pServer self);
double DoubleTime(void);
/* returns time since epoch in seconds
the resultion is machine dependent, but mostly better than msec */
#endif