diff options
Diffstat (limited to 'ot_livesync.h')
-rw-r--r-- | ot_livesync.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_livesync.h b/ot_livesync.h index ae9ab55..8e78afb 100644 --- a/ot_livesync.h +++ b/ot_livesync.h | |||
@@ -86,7 +86,7 @@ void livesync_deinit(); | |||
86 | void livesync_bind_mcast( char *ip, uint16_t port ); | 86 | void livesync_bind_mcast( char *ip, uint16_t port ); |
87 | 87 | ||
88 | /* Inform live sync about whats going on. */ | 88 | /* Inform live sync about whats going on. */ |
89 | void livesync_tell( ot_hash * const info_hash, const ot_peer * const peer ); | 89 | void livesync_tell( ot_hash const info_hash, const ot_peer * const peer ); |
90 | 90 | ||
91 | /* Tickle the live sync module from time to time, so no events get | 91 | /* Tickle the live sync module from time to time, so no events get |
92 | stuck when there's not enough traffic to fill udp packets fast | 92 | stuck when there's not enough traffic to fill udp packets fast |