improved vod scheduling: added dry buffer event

This commit is contained in:
Roman Arutyunyan
2012-08-26 16:13:23 +04:00
parent 7f447bbe95
commit 24539ca116
3 changed files with 33 additions and 2 deletions

View File

@ -178,6 +178,8 @@ typedef struct {
ngx_str_t *addr_text;
int connected;
ngx_event_t *posted_dry_events;
/* client buffer time in msec */
uint32_t buflen;