From 5500870d9f04009b421919bcd54eb7711ba97045 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 22 Sep 2015 18:17:08 +0200 Subject: [PATCH] Tweak previous patch --- bacula/src/filed/backup.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5