mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
compiled access logger
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user