- introduced ServerIsStarting function

This commit is contained in:
zolliker
2008-02-13 09:50:53 +00:00
parent 9eb83d3d3f
commit f723000564
2 changed files with 6 additions and 1 deletions

View File

@ -564,4 +564,8 @@
TaskSignal(pTasker,SICSBROADCAST,pMessage);
}
/*-------------------------------------------------------------------------*/
int ServerIsStarting(pServer self)
{
return self->pReader == NULL;
}