diff options
Diffstat (limited to 'tools/ompipe.c')
-rw-r--r-- | tools/ompipe.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ompipe.c b/tools/ompipe.c index df8066b1..6d44cd00 100644 --- a/tools/ompipe.c +++ b/tools/ompipe.c @@ -72,6 +72,10 @@ typedef struct _instanceData { sbool bHadError; /* did we already have/report an error on this pipe? */ } instanceData; +typedef struct wrkrInstanceData { + instanceData *pData; +} wrkrInstanceData_t; + typedef struct configSettings_s { EMPTY_STRUCT } configSettings_t; |