comparison src/event/ngx_event_busy_lock.h @ 1565:4c43e25d11ea

fix English grammar
author Igor Sysoev <igor@sysoev.ru>
date Sun, 14 Oct 2007 18:56:15 +0000
parents 9c2f3ed7a247
children d620f497c50f
comparison
equal deleted inserted replaced
1564:6725c3f56216 1565:4c43e25d11ea
32 32
33 33
34 typedef struct { 34 typedef struct {
35 u_char *md5_mask; 35 u_char *md5_mask;
36 char *md5; 36 char *md5;
37 ngx_uint_t cachable; 37 ngx_uint_t cacheable;
38 38
39 ngx_uint_t busy; 39 ngx_uint_t busy;
40 ngx_uint_t max_busy; 40 ngx_uint_t max_busy;
41 41
42 ngx_uint_t waiting; 42 ngx_uint_t waiting;
51 } ngx_event_busy_lock_t; 51 } ngx_event_busy_lock_t;
52 52
53 53
54 ngx_int_t ngx_event_busy_lock(ngx_event_busy_lock_t *bl, 54 ngx_int_t ngx_event_busy_lock(ngx_event_busy_lock_t *bl,
55 ngx_event_busy_lock_ctx_t *ctx); 55 ngx_event_busy_lock_ctx_t *ctx);
56 ngx_int_t ngx_event_busy_lock_cachable(ngx_event_busy_lock_t *bl, 56 ngx_int_t ngx_event_busy_lock_cacheable(ngx_event_busy_lock_t *bl,
57 ngx_event_busy_lock_ctx_t *ctx); 57 ngx_event_busy_lock_ctx_t *ctx);
58 void ngx_event_busy_unlock(ngx_event_busy_lock_t *bl, 58 void ngx_event_busy_unlock(ngx_event_busy_lock_t *bl,
59 ngx_event_busy_lock_ctx_t *ctx); 59 ngx_event_busy_lock_ctx_t *ctx);
60 void ngx_event_busy_lock_cancel(ngx_event_busy_lock_t *bl, 60 void ngx_event_busy_lock_cancel(ngx_event_busy_lock_t *bl,
61 ngx_event_busy_lock_ctx_t *ctx); 61 ngx_event_busy_lock_ctx_t *ctx);