summaryrefslogtreecommitdiffstats
path: root/include/sync.h
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2007-05-18 19:33:40 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2007-05-18 19:33:40 +0000
commit2932c6b8e6952ae84b221b854b43810c61e5c8fa (patch)
tree1ee7f364f74f2dff2b462ab01868a74fd87f1403 /include/sync.h
parent34d1c62cd414a6d3321d9a51fc6e1d61f36da2f0 (diff)
- remove dead code sync-mode.c
- flush nack queue in the conntrackd -f path - do not increase add_fail counter for EEXIST errors - cleanup sync-nack code - improve mcast_recv_netmsg: sanity check before checksumming!
Diffstat (limited to 'include/sync.h')
-rw-r--r--include/sync.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/sync.h b/include/sync.h
index 7756c87..d8f1bca 100644
--- a/include/sync.h
+++ b/include/sync.h
@@ -14,7 +14,9 @@ struct sync_mode {
void (*kill)(void);
int (*local)(int fd, int type, void *data);
int (*pre_recv)(const struct nlnetwork *net);
- void (*post_send)(const struct nlnetwork *net, struct us_conntrack *u);
+ void (*post_send)(int type,
+ const struct nlnetwork *net,
+ struct us_conntrack *u);
};
extern struct sync_mode notrack;