diff options
Diffstat (limited to 'include/sync.h')
-rw-r--r-- | include/sync.h | 4 |
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; |