From b44dcabe90de000cb98c02f74ce44929aa11a818 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 31 Oct 2013 18:15:33 +0100 Subject: remove pData emulation from v8 omod interface breaks compilation of not converted modules - but these won't work anyways. So better change this now. --- tools/ompipe.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/ompipe.c') diff --git a/tools/ompipe.c b/tools/ompipe.c index 8d886509..79f3ae84 100644 --- a/tools/ompipe.c +++ b/tools/ompipe.c @@ -309,7 +309,9 @@ CODESTARTtryResume ENDtryResume BEGINdoAction + instanceData *pData; CODESTARTdoAction + pData = pWrkrData->pData; DBGPRINTF(" (%s)\n", pData->pipe); /* this module is single-threaded by nature */ pthread_mutex_lock(&pData->mutWrite); -- cgit v1.2.3