From 66c906d5d3c100e5fe1e6f088bd1ea17c5831894 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 15 Jan 2009 23:01:36 +0000 Subject: 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 --- ot_livesync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_livesync.h') 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 ); void livesync_ticker( ); /* Handle an incoming live sync packet */ -void handle_livesync( const int64 serversocket ); +void handle_livesync( const int64 sock ); #else -- cgit v1.2.3