aboutsummaryrefslogtreecommitdiff
path: root/src/event/ngx_event_posted.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/ngx_event_posted.h')
-rw-r--r--src/event/ngx_event_posted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event_posted.h b/src/event/ngx_event_posted.h
index f04a98339..cb916dbe1 100644
--- a/src/event/ngx_event_posted.h
+++ b/src/event/ngx_event_posted.h
@@ -26,6 +26,7 @@
void ngx_event_process_posted(ngx_cycle_t *cycle);
+void ngx_wakeup_worker_thread(ngx_cycle_t *cycle);
extern ngx_thread_volatile ngx_event_t *ngx_posted_events;
@@ -34,7 +35,6 @@ extern ngx_thread_volatile ngx_event_t *ngx_posted_events;
ngx_int_t ngx_event_thread_process_posted(ngx_cycle_t *cycle);
extern ngx_mutex_t *ngx_posted_events_mutex;
-extern ngx_cond_t *ngx_posted_events_cv;
#endif