comparison src/event/ngx_event_connect.h @ 124:842a78cebbb7

nginx-0.0.1-2003-08-01-18:56:33 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 01 Aug 2003 14:56:33 +0000
parents b3655b21375a
children da00cde00e8a
comparison
equal deleted inserted replaced
123:b75602822f64 124:842a78cebbb7
38 38
39 ngx_connection_t *connection; 39 ngx_connection_t *connection;
40 40
41 int rcvbuf; 41 int rcvbuf;
42 42
43 ngx_log_t *log;
44
43 unsigned cached:1; 45 unsigned cached:1;
44 } ngx_peer_connection_t; 46 } ngx_peer_connection_t;
45 47
46 48
47 #endif /* _NGX_EVENT_CONNECT_H_INCLUDED_ */ 49 #endif /* _NGX_EVENT_CONNECT_H_INCLUDED_ */