summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-25 11:05:18 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-25 11:05:18 +0200
commitfc0712f40ae63aa54080683c7ee5ae52055c009d (patch)
treeb236e751acbe262a1f334221d523a2f121a3edff /runtime
parente89ae2e7b18ba935d7eea4c44f3ec15ff6dcfb31 (diff)
parenteb1615068c6a704287eda732d287280df4cc4c44 (diff)
downloadrsyslog-fc0712f40ae63aa54080683c7ee5ae52055c009d.tar.gz
rsyslog-fc0712f40ae63aa54080683c7ee5ae52055c009d.tar.xz
rsyslog-fc0712f40ae63aa54080683c7ee5ae52055c009d.zip
Merge branch 'master' into ultra-reliable
Conflicts: tests/Makefile.am tests/diskqueue.sh
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
-rw-r--r--runtime/netstrm.c1
-rw-r--r--runtime/rsyslog.h1
3 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index f673eaf7..eaae9705 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -7,7 +7,7 @@ pkglib_LTLIBRARIES =
librsyslog_la_SOURCES = \
rsyslog.c \
rsyslog.h \
- unicode_helper.h \
+ unicode-helper.h \
atomic.h \
batch.h \
syslogd-types.h \
diff --git a/runtime/netstrm.c b/runtime/netstrm.c
index 459561bc..f6a8de7f 100644
--- a/runtime/netstrm.c
+++ b/runtime/netstrm.c
@@ -148,7 +148,6 @@ LstnInit(netstrms_t *pNS, void *pUsr, rsRetVal(*fAddLstn)(void*,netstrm_t*),
ISOBJ_TYPE_assert(pNS, netstrms);
assert(fAddLstn != NULL);
assert(pLstnPort != NULL);
-RUNLOG_STR("XXX: Init Lstn");
CHKiRet(pNS->Drvr.LstnInit(pNS, pUsr, fAddLstn, pLstnPort, pLstnIP, iSessMax));
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 465c9ab5..0c671f03 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -99,6 +99,7 @@ typedef rsRetVal (*errLogFunc_t)(uchar*); /* this is a trick to store a function
typedef struct permittedPeers_s permittedPeers_t; /* this should go away in the long term -- rgerhards, 2008-05-19 */
typedef struct permittedPeerWildcard_s permittedPeerWildcard_t; /* this should go away in the long term -- rgerhards, 2008-05-19 */
typedef struct tcpsrv_s tcpsrv_t;
+typedef struct tcps_sess_s tcps_sess_t;
typedef struct vmstk_s vmstk_t;
typedef struct batch_obj_s batch_obj_t;
typedef struct batch_s batch_t;