summaryrefslogtreecommitdiffstats
path: root/syslogd-types.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-17 13:16:44 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-17 13:16:44 +0000
commita768128281ea07a7f0b0a2ec773a40dbfecd1072 (patch)
tree1a4ae7f053dffe70f01338c6d4a35d3448387374 /syslogd-types.h
parent648370956683f65c8d60ba71ca158bf68d27db9a (diff)
downloadrsyslog-a768128281ea07a7f0b0a2ec773a40dbfecd1072.tar.gz
rsyslog-a768128281ea07a7f0b0a2ec773a40dbfecd1072.tar.xz
rsyslog-a768128281ea07a7f0b0a2ec773a40dbfecd1072.zip
added $FailOnChownFailure config parameter
Diffstat (limited to 'syslogd-types.h')
-rw-r--r--syslogd-types.h4
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:
+ */