summaryrefslogtreecommitdiffstats
path: root/syslogd-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd-types.h')
-rw-r--r--syslogd-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/syslogd-types.h b/syslogd-types.h
index 852b19ea..2be96605 100644
--- a/syslogd-types.h
+++ b/syslogd-types.h
@@ -251,6 +251,7 @@ struct filed {
struct template *pTpl; /* pointer to template object */
char bDynamicName; /* 0 - static name, 1 - dynamic name (with properties) */
int fCreateMode; /* file creation mode for open() */
+ int fDirCreateMode; /* creation mode for mkdir() */
int iCurrElt; /* currently active cache element (-1 = none) */
int iCurrCacheSize; /* currently cache size (1-based) */
int iDynaFileCacheSize; /* size of file handle cache */