summaryrefslogtreecommitdiff
path: root/ot_stats.h
diff options
context:
space:
mode:
authorerdgeist <>2008-11-03 01:26:38 +0000
committererdgeist <>2008-11-03 01:26:38 +0000
commitbb1c5d28056647f12883b83d6a1cea2ad3e6bbab (patch)
tree95c8b3989e97827b04297f0b64b5aabe021304ec /ot_stats.h
parentdaaee855b251b1c5368b6a577a5fcba4bf7828c6 (diff)
Add stats about when peers renew their announces.
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 a21251b..76fdcb5 100644
--- a/ot_stats.h
+++ b/ot_stats.h
@@ -11,6 +11,7 @@ typedef enum {
11 EVENT_READ, 11 EVENT_READ,
12 EVENT_CONNECT, /* UDP only */ 12 EVENT_CONNECT, /* UDP only */
13 EVENT_ANNOUNCE, 13 EVENT_ANNOUNCE,
14 EVENT_RENEW,
14 EVENT_SCRAPE, 15 EVENT_SCRAPE,
15 EVENT_FULLSCRAPE_REQUEST, 16 EVENT_FULLSCRAPE_REQUEST,
16 EVENT_FULLSCRAPE_REQUEST_GZIP, 17 EVENT_FULLSCRAPE_REQUEST_GZIP,