summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlaforge <laforge>2004-10-02 22:10:23 +0000
committerlaforge <laforge>2004-10-02 22:10:23 +0000
commit11db6a39c00d81efaa28187e774ddee4e7bd19d0 (patch)
treee8ceed5c90048c2abef58384bd6a973f8a23b412 /include
parentcf6bc4f21f8f379c80fd814a5e1b8f1cef02036b (diff)
add pluginstance stack parsing/building routines
Diffstat (limited to 'include')
-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) */