- introduced ServerIsStarting function
This commit is contained in:
@ -564,4 +564,8 @@
|
||||
|
||||
TaskSignal(pTasker,SICSBROADCAST,pMessage);
|
||||
}
|
||||
|
||||
/*-------------------------------------------------------------------------*/
|
||||
int ServerIsStarting(pServer self)
|
||||
{
|
||||
return self->pReader == NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user