X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcontext_loop.c;h=032606708316f7a51358af7c86d547ba9bdc621b;hb=06124ef0b09b329e66b4585f9aa102f4544272d5;hp=6c449c55421e6c5bce5c131d489a4091f364822c;hpb=a50ae791bd07589b837754182a96a9e81ccd888b;p=citadel.git diff --git a/webcit/context_loop.c b/webcit/context_loop.c index 6c449c554..032606708 100644 --- a/webcit/context_loop.c +++ b/webcit/context_loop.c @@ -39,6 +39,10 @@ extern HashList *HandlerHash; int num_threads_existing = 1; /* Number of worker threads which exist. */ int num_threads_executing = 1; /* Number of worker threads currently executing. */ +extern void session_loop(void); +void spawn_another_worker_thread(void); + + void DestroyHttpHeaderHandler(void *V) { OneHttpHeader *pHdr;