summaryrefslogtreecommitdiffstats
path: root/include/sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sync.h')
-rw-r--r--include/sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sync.h b/include/sync.h
index a27fb93..e6ce327 100644
--- a/include/sync.h
+++ b/include/sync.h
@@ -15,7 +15,7 @@ struct sync_mode {
int (*local)(int fd, int type, void *data);
int (*recv)(const struct nethdr *net);
void (*send)(struct nethdr *net, struct us_conntrack *u);
- void (*run)(int step);
+ void (*run)(void);
};
extern struct sync_mode alarm;