summaryrefslogtreecommitdiffstats
path: root/tools/omfwd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-09 15:02:02 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-09 15:02:02 +0200
commitb1fe03c82f0c3fbb9ec7209922fbdc2deeec0bdd (patch)
tree73ca6650dcd8639a16d5c534bdead1f6cb19b539 /tools/omfwd.c
parent6625a8790d3e89b3ecc0612cf08fc917b9631398 (diff)
parent1d41b9540ccf8b6714135737855ab71ee75f4364 (diff)
downloadrsyslog-b1fe03c82f0c3fbb9ec7209922fbdc2deeec0bdd.tar.gz
rsyslog-b1fe03c82f0c3fbb9ec7209922fbdc2deeec0bdd.tar.xz
rsyslog-b1fe03c82f0c3fbb9ec7209922fbdc2deeec0bdd.zip
Merge branch 'v4-devel' into v5-devel
Conflicts: ChangeLog runtime/parser.c tests/Makefile.am
Diffstat (limited to 'tools/omfwd.c')
-rw-r--r--tools/omfwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/omfwd.c b/tools/omfwd.c
index 38a4a16b..10cce0e2 100644
--- a/tools/omfwd.c
+++ b/tools/omfwd.c
@@ -102,8 +102,8 @@ typedef struct _instanceData {
/* config data */
static uchar *pszTplName = NULL; /* name of the default template to use */
static uchar *pszStrmDrvr = NULL; /* name of the stream driver to use */
-static short iStrmDrvrMode = 0; /* mode for stream driver, driver-dependent (0 mostly means plain tcp) */
-static short bResendLastOnRecon = 0; /* should the last message be re-sent on a successful reconnect? */
+static int iStrmDrvrMode = 0; /* mode for stream driver, driver-dependent (0 mostly means plain tcp) */
+static int bResendLastOnRecon = 0; /* should the last message be re-sent on a successful reconnect? */
static uchar *pszStrmDrvrAuthMode = NULL; /* authentication mode to use */
static int iUDPRebindInterval = 0; /* support for automatic re-binding (load balancers!). 0 - no rebind */
static int iTCPRebindInterval = 0; /* support for automatic re-binding (load balancers!). 0 - no rebind */