From: Kern Sibbald Date: Tue, 9 Mar 2010 13:26:13 +0000 (+0100) Subject: Tweak: filed/job.c comments X-Git-Tag: Release-7.0.0~2082 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=58b6b2e4f5447b27154ceb88821e8f59c5fd8545;p=bacula%2Fbacula Tweak: filed/job.c comments --- diff --git a/bacula/src/filed/job.c b/bacula/src/filed/job.c index 28aa6d5a04..4357fd63c0 100644 --- a/bacula/src/filed/job.c +++ b/bacula/src/filed/job.c @@ -743,6 +743,9 @@ void add_file_to_fileset(JCR *jcr, const char *fname, findFILESET *fileset, } } +/** + * Define a new Exclude block in the FileSet + */ findFILESET *new_exclude(JCR *jcr) { FF_PKT *ff = jcr->ff;