From: Kern Sibbald Date: Tue, 9 Mar 2010 13:26:13 +0000 (+0100) Subject: Tweak: filed/job.c comments X-Git-Tag: Release-5.2.1~1617 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1bc4dbb0c4d3ba988ae1561181d171792fb97c57;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;