From 09afe64f29bae5af8ea1749373e8c8b6586b70d1 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 16 May 2008 13:36:41 +0200 Subject: added fromhost-ip properties and some bugfixes - bugfix: TCP input modules did incorrectly set fromhost property (always blank) - bugfix: imklog did not set fromhost property - added "fromhost-ip" property - added "RSYSLOG_DebugFormat" canned template - bugfix: hostname and fromhost were swapped when a persisted message (in queued mode) was read in --- runtime/nsd_gtls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/nsd_gtls.h') diff --git a/runtime/nsd_gtls.h b/runtime/nsd_gtls.h index 83e15f29..bbb0eb9e 100644 --- a/runtime/nsd_gtls.h +++ b/runtime/nsd_gtls.h @@ -50,6 +50,8 @@ struct nsd_gtls_s { /* prototypes */ PROTOTYPEObj(nsd_gtls); +/* some prototypes for things used by our nsdsel_gtls helper class */ +uchar *gtlsStrerror(int error); /* the name of our library binary */ #define LM_NSD_GTLS_FILENAME "lmnsd_gtls" -- cgit