summaryrefslogtreecommitdiffstats
path: root/include/ulogd
diff options
context:
space:
mode:
Diffstat (limited to 'include/ulogd')
-rw-r--r--include/ulogd/ulogd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ulogd/ulogd.h b/include/ulogd/ulogd.h
index db8df34..b3ce46e 100644
--- a/include/ulogd/ulogd.h
+++ b/include/ulogd/ulogd.h
@@ -139,6 +139,8 @@ typedef struct ulogd_plugin {
/* an instance of a plugin, element in a stack */
typedef struct ulogd_pluginstance {
+ /* global list of pluginstance stacks */
+ struct list_head stack_list;
/* local list of plugins in this stack */
struct list_head list;
/* plugin (master) */