- move DoubleTime to nserver.c
- extend wait command to fraction of seconds
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user