summaryrefslogtreecommitdiffstats
path: root/streaming/rrdpush.h
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2020-11-16 21:26:38 +0200
committerGitHub <noreply@github.com>2020-11-16 21:26:38 +0200
commitfc555025b40e27f088106f7093fdc799426e292a (patch)
treea76604e7fbfa2c783a9f96c3ead5f8a2e925cc7a /streaming/rrdpush.h
parentf6ee3cc628717de20da6353fa34dca4f1b8267ca (diff)
Fix streaming buffer size (#10240)
* Fix send buffer size * Fix formatting
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;