summaryrefslogtreecommitdiff
path: root/ot_stats.h
diff options
context:
space:
mode:
authorerdgeist <>2009-03-24 16:55:28 +0000
committererdgeist <>2009-03-24 16:55:28 +0000
commit91f5fa20a79c53dcfd9e16aa399a66569a7bb7ca (patch)
tree1397f5a77abe594bf57a49543f2b5652aa8351ab /ot_stats.h
parenta7cb039b6794f06557e1fa749c8fe620b765d280 (diff)
include overall completed count in stats
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 7753947..d356aaf 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_COMPLETED,
14 EVENT_RENEW, 15 EVENT_RENEW,
15 EVENT_SYNC, 16 EVENT_SYNC,
16 EVENT_SCRAPE, 17 EVENT_SCRAPE,