summaryrefslogtreecommitdiff
path: root/ot_stats.h
diff options
context:
space:
mode:
authorerdgeist <>2012-06-03 04:06:32 +0000
committererdgeist <>2012-06-03 04:06:32 +0000
commit5233046241ee7270ddb481d63fbed14a55cb66ab (patch)
treeec059297c768e707de9fc07e12fbdaa6a984c44b /ot_stats.h
parent8741c91a7d6f9833301383aa819872e16ed43e25 (diff)
Make woodpecker spotting more usable by adjusting count every 2 minutes
Diffstat (limited to 'ot_stats.h')
-rw-r--r--ot_stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ot_stats.h b/ot_stats.h
index 821bc2b..4c59f8b 100644
--- a/ot_stats.h
+++ b/ot_stats.h
@@ -39,6 +39,7 @@ enum {
39 39
40void stats_issue_event( ot_status_event event, PROTO_FLAG proto, uintptr_t event_data ); 40void stats_issue_event( ot_status_event event, PROTO_FLAG proto, uintptr_t event_data );
41void stats_deliver( int64 sock, int tasktype ); 41void stats_deliver( int64 sock, int tasktype );
42void stats_cleanup();
42size_t return_stats_for_tracker( char *reply, int mode, int format ); 43size_t return_stats_for_tracker( char *reply, int mode, int format );
43size_t stats_return_tracker_version( char *reply ); 44size_t stats_return_tracker_version( char *reply );
44void stats_init( ); 45void stats_init( );