From: Eric Bollengier Date: Fri, 18 Dec 2015 13:34:31 +0000 (+0100) Subject: Tweak comments X-Git-Tag: Release-7.4.0~116 X-Git-Url: https://git.sur5r.net/?p=bacula%2Fbacula;a=commitdiff_plain;h=f6bbda2c177cac770339879d538a51ddc5ec2a06 Tweak comments --- diff --git a/bacula/src/filed/verify_vol.c b/bacula/src/filed/verify_vol.c index b05ae65ade..c2f9c05b2e 100644 --- a/bacula/src/filed/verify_vol.c +++ b/bacula/src/filed/verify_vol.c @@ -41,6 +41,9 @@ const bool have_lzo = true; const bool have_lzo = false; #endif +/* Context used during Verify Data job. We use it in the + * verify loop to compute checksums and check attributes. + */ class v_ctx { public: JCR *jcr;