summaryrefslogtreecommitdiffstats
path: root/include/internal/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/object.h')
-rw-r--r--include/internal/object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/internal/object.h b/include/internal/object.h
index 4263ef0..8d95aa1 100644
--- a/include/internal/object.h
+++ b/include/internal/object.h
@@ -16,7 +16,8 @@ struct nfct_handle {
struct nfnl_subsys_handle *nfnlssh_exp;
/* callback handler for the new API */
- struct nfnl_callback nfnl_cb;
+ struct nfnl_callback nfnl_cb_ct;
+ struct nfnl_callback nfnl_cb_exp;
int (*cb)(enum nf_conntrack_msg_type type,
struct nf_conntrack *ct,