diff src/event/ngx_event_timer.h @ 16:74b1868dd3cd NGINX_0_1_8

nginx 0.1.8 *) Bugfix: in the ngx_http_autoindex_module if the long file names were in the listing. *) Feature: the "^~" modifier in the location directive. *) Feature: the proxy_max_temp_file_size directive.
author Igor Sysoev <http://sysoev.ru>
date Sat, 20 Nov 2004 00:00:00 +0300
parents 46833bd150cb
children 41ccba1aba45
line wrap: on
line diff
--- a/src/event/ngx_event_timer.h
+++ b/src/event/ngx_event_timer.h
@@ -42,7 +42,7 @@ extern ngx_thread_volatile ngx_rbtree_t 
 extern ngx_rbtree_t                       ngx_event_timer_sentinel;
 
 
-ngx_inline static void ngx_event_del_timer(ngx_event_t *ev)
+static ngx_inline void ngx_event_del_timer(ngx_event_t *ev)
 {
     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
                    "event timer del: %d: %d",
@@ -68,7 +68,7 @@ ngx_inline static void ngx_event_del_tim
 }
 
 
-ngx_inline static void ngx_event_add_timer(ngx_event_t *ev, ngx_msec_t timer)
+static ngx_inline void ngx_event_add_timer(ngx_event_t *ev, ngx_msec_t timer)
 {
     ngx_int_t  key;