]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak comments
authorEric Bollengier <eric@baculasystems.com>
Fri, 18 Dec 2015 13:34:31 +0000 (14:34 +0100)
committerEric Bollengier <eric@baculasystems.com>
Fri, 18 Dec 2015 13:34:31 +0000 (14:34 +0100)
bacula/src/filed/verify_vol.c

index b05ae65ade61aaab37c64a9d045e2c27dcff916f..c2f9c05b2e130e232465646cb44fb0ad54e79724 100644 (file)
@@ -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;