summaryrefslogtreecommitdiffstats
path: root/plugins/imsolaris
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-05 11:36:05 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-05 11:36:05 +0200
commitc0d1334f6e23b1cfb21d302e3a4b32c449c26547 (patch)
tree0b56c3bde1c1af5787fc22bdd5532ca273400ea7 /plugins/imsolaris
parent79d46017e49d39b5de2d783cc3bcbeb696535bfc (diff)
downloadrsyslog-c0d1334f6e23b1cfb21d302e3a4b32c449c26547.tar.gz
rsyslog-c0d1334f6e23b1cfb21d302e3a4b32c449c26547.tar.xz
rsyslog-c0d1334f6e23b1cfb21d302e3a4b32c449c26547.zip
step: imtcp moved to new config interface
as far as we know that new interface right now ;)
Diffstat (limited to 'plugins/imsolaris')
-rw-r--r--plugins/imsolaris/imsolaris.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/imsolaris/imsolaris.c b/plugins/imsolaris/imsolaris.c
index b9701076..05827a18 100644
--- a/plugins/imsolaris/imsolaris.c
+++ b/plugins/imsolaris/imsolaris.c
@@ -99,9 +99,9 @@ DEFobjCurrIf(prop)
/* config settings */
-typedef struct {
+struct modConfData_s {
EMPTY_STRUCT;
-} modConfData_t;
+};
static prop_t *pInputName = NULL; /* our inputName currently is always "imuxsock", and this will hold it */
static char *LogName = NULL; /* the log socket name TODO: make configurable! */