From: Eric Bollengier Date: Tue, 22 Sep 2015 16:17:08 +0000 (+0200) Subject: Tweak previous patch X-Git-Tag: Release-7.4.0~217 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5500870d9f04009b421919bcd54eb7711ba97045;p=bacula%2Fbacula Tweak previous patch --- diff --git a/bacula/src/filed/backup.h b/bacula/src/filed/backup.h index 62a229f42b..2cf0223e0e 100644 --- a/bacula/src/filed/backup.h +++ b/bacula/src/filed/backup.h @@ -50,6 +50,7 @@ struct bctx_t { /* Compression variables */ #if defined(HAVE_LIBZ) || defined(HAVE_LZO) + uLong max_compress_len; uLong compress_len; Bytef *cbuf; Bytef *cbuf2;