diff options
author | erdgeist <> | 2009-01-13 22:41:17 +0000 |
---|---|---|
committer | erdgeist <> | 2009-01-13 22:41:17 +0000 |
commit | 131211b4daf83b7c594337f4e7c71e4711094d71 (patch) | |
tree | 63dc942c426103c01d61aa15959a81df91f2d4e1 /ot_livesync.h | |
parent | 779d6c235ff8fe5284fd10dc82a9b99e7fa38d06 (diff) |
V6
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 |