diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-12 11:47:00 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-12 11:47:00 +0200 |
commit | e3d9843c85b1dfddabc937ac6ccb4057d626bf03 (patch) | |
tree | 734265f50321802e047a29b984391b619e7bd85f /dirty.h | |
parent | 1af948107e6e520788e374adccf4986bf07e92f5 (diff) | |
download | rsyslog-e3d9843c85b1dfddabc937ac6ccb4057d626bf03.tar.gz rsyslog-e3d9843c85b1dfddabc937ac6ccb4057d626bf03.tar.xz rsyslog-e3d9843c85b1dfddabc937ac6ccb4057d626bf03.zip |
re-enabled pipe, tty and console in omfile
... by moving code to stream.c. Thanks to the new design, new cases are
not really needed, resulting in cleaner code.
I also did a cleanup of header file usage as a side-activity.
Diffstat (limited to 'dirty.h')
-rw-r--r-- | dirty.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -35,10 +35,6 @@ int parseLegacySyslogMsg(msg_t *pMsg, int flags); rsRetVal diagGetMainMsgQSize(int *piSize); /* for imdiag */ char* getFIOPName(unsigned iFIOP); -/* TODO: the following 2 need to go in conf obj interface... */ -rsRetVal cflineParseTemplateName(uchar** pp, omodStringRequest_t *pOMSR, int iEntry, int iTplOpts, uchar *dfltTplName); -rsRetVal cflineParseFileName(uchar* p, uchar *pFileName, omodStringRequest_t *pOMSR, int iEntry, int iTplOpts, uchar *pszTpl); - /* Intervals at which we flush out "message repeated" messages, * in seconds after previous message is logged. After each flush, * we move to the next interval until we reach the largest. |