comparison src/event/ngx_event_timer.h @ 91:637625a2acdb

nginx-0.0.1-2003-05-19-20:39:14 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 May 2003 16:39:14 +0000
parents 29bf798b583f
children 6dfda4cf5200
comparison
equal deleted inserted replaced
90:37530da31268 91:637625a2acdb
7 #include <ngx_log.h> 7 #include <ngx_log.h>
8 #include <ngx_connection.h> 8 #include <ngx_connection.h>
9 #include <ngx_event.h> 9 #include <ngx_event.h>
10 10
11 11
12 ngx_event_t *ngx_event_init_timer(ngx_log_t *log); 12 int ngx_event_timer_init(ngx_log_t *log);
13 void ngx_event_timer_done(ngx_log_t *log);
13 void ngx_event_add_timer(ngx_event_t *ev, ngx_msec_t timer); 14 void ngx_event_add_timer(ngx_event_t *ev, ngx_msec_t timer);
14 int ngx_event_find_timer(void); 15 int ngx_event_find_timer(void);
15 void ngx_event_expire_timers(ngx_msec_t timer); 16 void ngx_event_expire_timers(ngx_msec_t timer);
16 17
17 18
18 19
19 ngx_inline static void ngx_event_del_timer(ngx_event_t *ev) 20 ngx_inline static void ngx_event_del_timer(ngx_event_t *ev)