diff --git a/src/tm-modules.h b/src/tm-modules.h index 129c32f90d..a606306c55 100644 --- a/src/tm-modules.h +++ b/src/tm-modules.h @@ -74,6 +74,8 @@ typedef struct OutputCtx_ { /** Pointer to a cleanup function. */ void (*DeInit)(struct OutputCtx_ *); + + TAILQ_HEAD(, OutputModule_) submodules; } OutputCtx; TmModule *TmModuleGetByName(const char *name);