diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-17 13:16:44 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-17 13:16:44 +0000 |
commit | a768128281ea07a7f0b0a2ec773a40dbfecd1072 (patch) | |
tree | 1a4ae7f053dffe70f01338c6d4a35d3448387374 /syslogd-types.h | |
parent | 648370956683f65c8d60ba71ca158bf68d27db9a (diff) | |
download | rsyslog-a768128281ea07a7f0b0a2ec773a40dbfecd1072.tar.gz rsyslog-a768128281ea07a7f0b0a2ec773a40dbfecd1072.tar.bz2 rsyslog-a768128281ea07a7f0b0a2ec773a40dbfecd1072.zip |
added $FailOnChownFailure config parameter
Diffstat (limited to 'syslogd-types.h')
-rw-r--r-- | syslogd-types.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/syslogd-types.h b/syslogd-types.h index a803fc08..c598f73d 100644 --- a/syslogd-types.h +++ b/syslogd-types.h @@ -257,6 +257,7 @@ struct filed { uid_t dirUID; gid_t fileGID; gid_t dirGID; + int bFailOnChown; /* fail creation if chown fails? */ int iCurrElt; /* currently active cache element (-1 = none) */ int iCurrCacheSize; /* currently cache size (1-based) */ int iDynaFileCacheSize; /* size of file handle cache */ @@ -288,3 +289,6 @@ struct filed { typedef struct filed selector_t; /* new type name */ #endif /* #ifndef SYSLOGD_TYPES_INCLUDED */ +/* + * vi:set ai: + */ |