summaryrefslogtreecommitdiffstats
path: root/syslogd-types.h
diff options
context:
space:
mode:
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:
+ */