diff options
author | erdgeist <> | 2009-01-15 23:01:36 +0000 |
---|---|---|
committer | erdgeist <> | 2009-01-15 23:01:36 +0000 |
commit | 66c906d5d3c100e5fe1e6f088bd1ea17c5831894 (patch) | |
tree | 33eb4f386d14327277689e66143d5e607b3eef98 /ot_livesync.h | |
parent | 4ced0484abae55546e04954b3dafad46f9db348a (diff) |
Add comments, rename our struct http_data h to cookie, all clientsockets to sock, all size_t from socket_recvs to byte_count. Make signal handler set default handler for the second SIGINT
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 8e78afb..fe9d122 100644 --- a/ot_livesync.h +++ b/ot_livesync.h | |||
@@ -94,7 +94,7 @@ void livesync_tell( ot_hash const info_hash, const ot_peer * const peer ); | |||
94 | void livesync_ticker( ); | 94 | void livesync_ticker( ); |
95 | 95 | ||
96 | /* Handle an incoming live sync packet */ | 96 | /* Handle an incoming live sync packet */ |
97 | void handle_livesync( const int64 serversocket ); | 97 | void handle_livesync( const int64 sock ); |
98 | 98 | ||
99 | #else | 99 | #else |
100 | 100 | ||