summaryrefslogtreecommitdiffstats
path: root/streaming/rrdpush.h
diff options
context:
space:
mode:
Diffstat (limited to 'streaming/rrdpush.h')
-rw-r--r--streaming/rrdpush.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/streaming/rrdpush.h b/streaming/rrdpush.h
index 39ffed1c3b..225d0c2992 100644
--- a/streaming/rrdpush.h
+++ b/streaming/rrdpush.h
@@ -43,7 +43,6 @@ struct sender_state {
pid_t task_id;
unsigned int overflow:1;
int timeout, default_port;
- size_t max_size;
usec_t reconnect_delay;
char connected_to[CONNECTED_TO_SIZE + 1]; // We don't know which proxy we connect to, passed back from socket.c
size_t begin;