summaryrefslogtreecommitdiffstats
path: root/include/ulogd/ulogd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ulogd/ulogd.h')
-rw-r--r--include/ulogd/ulogd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ulogd/ulogd.h b/include/ulogd/ulogd.h
index 3f6d784..f55d5f1 100644
--- a/include/ulogd/ulogd.h
+++ b/include/ulogd/ulogd.h
@@ -187,6 +187,14 @@ static inline void *ikey_get_ptr(struct ulogd_key *key)
struct ulogd_pluginstance_stack;
struct ulogd_pluginstance;
+
+struct ulogd_plugin_handle {
+ /* global list of plugins */
+ struct llist_head list;
+ void *handle;
+};
+
+
struct ulogd_plugin {
/* global list of plugins */
struct llist_head list;