From 6d7925e26bb90a8d64305b0e91638f65bae9fa46 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 17 Jul 2007 10:17:07 +0000 Subject: added $DirCreateMode config directive --- syslogd-types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'syslogd-types.h') 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 */ -- cgit