summaryrefslogtreecommitdiff
path: root/ot_livesync.h
diff options
context:
space:
mode:
Diffstat (limited to 'ot_livesync.h')
-rw-r--r--ot_livesync.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ot_livesync.h b/ot_livesync.h
index 8c3c96d..c534f59 100644
--- a/ot_livesync.h
+++ b/ot_livesync.h
@@ -35,7 +35,6 @@
35 ]+ 35 ]+
36 ]* 36 ]*
37 37
38
39 */ 38 */
40 39
41#ifdef WANT_SYNC_LIVE 40#ifdef WANT_SYNC_LIVE
@@ -49,7 +48,7 @@ void livesync_deinit();
49void livesync_bind_mcast( char *ip, uint16_t port ); 48void livesync_bind_mcast( char *ip, uint16_t port );
50 49
51/* Inform live sync about whats going on. */ 50/* Inform live sync about whats going on. */
52void livesync_tell( ot_hash * const info_hash, const ot_peer * const peer, const uint8_t peerflag ); 51void livesync_tell( ot_hash * const info_hash, const ot_peer * const peer );
53 52
54/* Tickle the live sync module from time to time, so no events get 53/* Tickle the live sync module from time to time, so no events get
55 stuck when there's not enough traffic to fill udp packets fast 54 stuck when there's not enough traffic to fill udp packets fast
@@ -63,7 +62,6 @@ void handle_livesync( const int64 serversocket );
63 62
64/* If no syncing is required, save calling code from #ifdef 63/* If no syncing is required, save calling code from #ifdef
65 constructions */ 64 constructions */
66
67#define livesync_init() 65#define livesync_init()
68#define livesync_ticker() 66#define livesync_ticker()
69#define handle_livesync(a) 67#define handle_livesync(a)