write_riemann: use a single complaint field for send errors
authorPierre-Yves Ritschard <pyr@spootnik.org>
Wed, 13 Apr 2016 21:15:29 +0000 (23:15 +0200)
committerPierre-Yves Ritschard <pyr@spootnik.org>
Wed, 13 Apr 2016 21:15:29 +0000 (23:15 +0200)
src/write_riemann.c

index fd82650..1cd1a9a 100644 (file)
@@ -57,7 +57,6 @@ struct riemann_host {
        char                    *node;
        int                      port;
     c_complain_t init_complaint;
-    c_complain_t init_send_complaint;
        riemann_client_type_t    client_type;
        riemann_client_t        *client;
        double                   ttl_factor;