]> arthur.barton.de Git - netdata.git/blobdiff - src/web_client.h
Fix mirrored disks stats issue in FreeBSD plugin
[netdata.git] / src / web_client.h
index 8db1bae5237ebb1e43005646df34a2ef6cc66494..2555a0c2410ea295d5a297b9e0476b029013ea56 100644 (file)
@@ -34,7 +34,7 @@ struct response {
     Bytef zbuffer[ZLIB_CHUNK];      // temporary buffer for storing compressed output
     size_t zsent;                   // the compressed bytes we have sent to the client
     size_t zhave;                   // the compressed bytes that we have received from zlib
-    int zinitialized;
+    int zinitialized:1;
 #endif /* NETDATA_WITH_ZLIB */
 
 };