compiled access logger

This commit is contained in:
Roman Arutyunyan
2013-01-13 12:14:48 +04:00
parent ba23d995d1
commit 59eac372ab
4 changed files with 853 additions and 0 deletions

View File

@ -232,6 +232,7 @@ typedef struct {
/* circular buffer of RTMP message pointers */
ngx_msec_t timeout;
uint32_t out_bytes;
size_t out_pos, out_last;
ngx_chain_t *out_chain;
u_char *out_bpos;