summaryrefslogtreecommitdiffstats
path: root/include/external.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/external.h')
-rw-r--r--include/external.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/external.h b/include/external.h
index eef0e42..70f0c5c 100644
--- a/include/external.h
+++ b/include/external.h
@@ -18,6 +18,17 @@ struct external_handler {
void (*stats)(int fd);
void (*stats_ext)(int fd);
} ct;
+ struct {
+ void (*new)(struct nf_expect *exp);
+ void (*upd)(struct nf_expect *exp);
+ void (*del)(struct nf_expect *exp);
+
+ void (*dump)(int fd, int type);
+ void (*flush)(void);
+ int (*commit)(struct nfct_handle *h, int fd);
+ void (*stats)(int fd);
+ void (*stats_ext)(int fd);
+ } exp;
};
extern struct external_handler external_cache;