diff options
Diffstat (limited to 'tools/ompipe.c')
-rw-r--r-- | tools/ompipe.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |