From: Kern Sibbald Date: Fri, 7 Jan 2005 15:27:49 +0000 (+0000) Subject: Add acl_text to jcr X-Git-Tag: Release-7.0.0~8998 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=978733fb47f14289eac4c38db836776bd09cb9c1;p=bacula%2Fbacula Add acl_text to jcr git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1793 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/jcr.h b/bacula/src/jcr.h index c382d49974..d534be3ab0 100644 --- a/bacula/src/jcr.h +++ b/bacula/src/jcr.h @@ -192,6 +192,7 @@ struct JCR { /* File Daemon specific part of JCR */ uint32_t num_files_examined; /* files examined this job */ POOLMEM *last_fname; /* last file saved/verified */ + POOLMEM *acl_text; /* text of ACL for backup */ /*********FIXME********* add missing files and files to be retried */ int incremental; /* set if incremental for SINCE */ time_t mtime; /* begin time for SINCE */