diff options
author | erdgeist <> | 2012-06-03 04:06:32 +0000 |
---|---|---|
committer | erdgeist <> | 2012-06-03 04:06:32 +0000 |
commit | 5233046241ee7270ddb481d63fbed14a55cb66ab (patch) | |
tree | ec059297c768e707de9fc07e12fbdaa6a984c44b /ot_stats.h | |
parent | 8741c91a7d6f9833301383aa819872e16ed43e25 (diff) |
Make woodpecker spotting more usable by adjusting count every 2 minutes
Diffstat (limited to 'ot_stats.h')
-rw-r--r-- | ot_stats.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ enum { | |||
39 | 39 | ||
40 | void stats_issue_event( ot_status_event event, PROTO_FLAG proto, uintptr_t event_data ); | 40 | void stats_issue_event( ot_status_event event, PROTO_FLAG proto, uintptr_t event_data ); |
41 | void stats_deliver( int64 sock, int tasktype ); | 41 | void stats_deliver( int64 sock, int tasktype ); |
42 | void stats_cleanup(); | ||
42 | size_t return_stats_for_tracker( char *reply, int mode, int format ); | 43 | size_t return_stats_for_tracker( char *reply, int mode, int format ); |
43 | size_t stats_return_tracker_version( char *reply ); | 44 | size_t stats_return_tracker_version( char *reply ); |
44 | void stats_init( ); | 45 | void stats_init( ); |