diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-01 12:52:25 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-01 12:52:25 +0100 |
commit | eb3afa800033a9479be0f9abf282befe2d478e3f (patch) | |
tree | 787981116a9876cbbd5e6cd2074275a714a3cc5d /tools/omfile.h | |
parent | c2c1d7120c3bcb8f12ad281798973f23010c63f9 (diff) | |
parent | af6c73439ecef2446c5fae0d774a8c093e2a3747 (diff) | |
download | rsyslog-eb3afa800033a9479be0f9abf282befe2d478e3f.tar.gz rsyslog-eb3afa800033a9479be0f9abf282befe2d478e3f.tar.bz2 rsyslog-eb3afa800033a9479be0f9abf282befe2d478e3f.zip |
Merge branch 'v4-stable' into tmp
Diffstat (limited to 'tools/omfile.h')
-rw-r--r-- | tools/omfile.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/tools/omfile.h b/tools/omfile.h index 03e081f3..8dca6a88 100644 --- a/tools/omfile.h +++ b/tools/omfile.h @@ -3,7 +3,7 @@ * * File begun on 2007-07-21 by RGerhards (extracted from syslogd.c) * - * Copyright 2007 Rainer Gerhards and Adiscon GmbH. + * Copyright 2007-2010 Rainer Gerhards and Adiscon GmbH. * * This file is part of rsyslog. * @@ -28,7 +28,11 @@ /* prototypes */ rsRetVal modInitFile(int iIFVersRequested __attribute__((unused)), int *ipIFVersProvided, rsRetVal (**pQueryEtryPt)(), rsRetVal (*pHostQueryEtryPt)(uchar*, rsRetVal (**)()), modInfo_t*); +/* the define below is dirty, but we need it for ompipe integration. There is no + * other way to have the functionality (well, one way would be to go through the + * globals, but that seems not yet justified. -- rgerhards, 2010-03-01 + */ +uchar *pszFileDfltTplName; #endif /* #ifndef OMFILE_H_INCLUDED */ -/* - * vi:set ai: +/* vi:set ai: */ |