summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream_upstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/ngx_stream_upstream.h')
-rw-r--r--src/stream/ngx_stream_upstream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stream/ngx_stream_upstream.h b/src/stream/ngx_stream_upstream.h
index 22ffcb614..3243faa3f 100644
--- a/src/stream/ngx_stream_upstream.h
+++ b/src/stream/ngx_stream_upstream.h
@@ -79,6 +79,9 @@ struct ngx_stream_upstream_srv_conf_s {
typedef struct {
+ off_t bytes_sent;
+ off_t bytes_received;
+
ngx_str_t *peer;
} ngx_stream_upstream_state_t;