summaryrefslogtreecommitdiffstats
path: root/include/sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sync.h')
-rw-r--r--include/sync.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sync.h b/include/sync.h
index 9a9540c..bced1cc 100644
--- a/include/sync.h
+++ b/include/sync.h
@@ -18,8 +18,7 @@ struct sync_mode {
int (*local)(int fd, int type, void *data);
int (*recv)(const struct nethdr *net);
void (*send)(struct nethdr *net, struct cache_object *obj);
- void (*run)(fd_set *readfds);
- int (*register_fds)(struct fds *fds);
+ void (*xmit)(void);
};
extern struct sync_mode sync_alarm;