From 84537ced753ddcd0f86ac9b6f0887c611f8439d8 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Sun, 27 Oct 2013 11:40:52 +0100 Subject: milestone: make default modules compile again (but they do NOT work!) --- tools/omfwd.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/omfwd.c') diff --git a/tools/omfwd.c b/tools/omfwd.c index 6e5cf809..b86c995c 100644 --- a/tools/omfwd.c +++ b/tools/omfwd.c @@ -112,6 +112,10 @@ typedef struct _instanceData { int errsToReport; /* (remaining) number of errors to report */ } instanceData; +typedef struct wrkrInstanceData { + instanceData *pData; +} wrkrInstanceData_t; + /* config data */ typedef struct configSettings_s { uchar *pszTplName; /* name of the default template to use */ -- cgit v1.2.3