summaryrefslogtreecommitdiff
path: root/ot_fullscrape.h
diff options
context:
space:
mode:
authorerdgeist <>2009-01-15 23:01:36 +0000
committererdgeist <>2009-01-15 23:01:36 +0000
commit66c906d5d3c100e5fe1e6f088bd1ea17c5831894 (patch)
tree33eb4f386d14327277689e66143d5e607b3eef98 /ot_fullscrape.h
parent4ced0484abae55546e04954b3dafad46f9db348a (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_fullscrape.h')
-rw-r--r--ot_fullscrape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_fullscrape.h b/ot_fullscrape.h
index 3f5dc7d..b86f8ea 100644
--- a/ot_fullscrape.h
+++ b/ot_fullscrape.h
@@ -10,7 +10,7 @@
10 10
11void fullscrape_init( ); 11void fullscrape_init( );
12void fullscrape_deinit( ); 12void fullscrape_deinit( );
13void fullscrape_deliver( int64 socket, ot_tasktype tasktype ); 13void fullscrape_deliver( int64 sock, ot_tasktype tasktype );
14 14
15#else 15#else
16 16