From 1bc4dbb0c4d3ba988ae1561181d171792fb97c57 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 9 Mar 2010 14:26:13 +0100 Subject: [PATCH] Tweak: filed/job.c comments --- bacula/src/filed/job.c | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.5