From f6bbda2c177cac770339879d538a51ddc5ec2a06 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 18 Dec 2015 14:34:31 +0100 Subject: [PATCH] Tweak comments --- bacula/src/filed/verify_vol.c | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.5