summaryrefslogtreecommitdiff
path: root/ot_stats.h
diff options
context:
space:
mode:
authorerdgeist <>2008-11-28 22:21:10 +0000
committererdgeist <>2008-11-28 22:21:10 +0000
commit334c6e4bbb97a4c0656e1b07c3e6a565f68eae2b (patch)
treef84ad28c39b32d0906e32e8ba5e461ecdaed7799 /ot_stats.h
parentff6c0339c13a6b42149ba91da14dbb824307cea7 (diff)
The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version.
Diffstat (limited to 'ot_stats.h')
-rw-r--r--ot_stats.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ot_stats.h b/ot_stats.h
index 76fdcb5..f930a3f 100644
--- a/ot_stats.h
+++ b/ot_stats.h
@@ -16,10 +16,6 @@ typedef enum {
16 EVENT_FULLSCRAPE_REQUEST, 16 EVENT_FULLSCRAPE_REQUEST,
17 EVENT_FULLSCRAPE_REQUEST_GZIP, 17 EVENT_FULLSCRAPE_REQUEST_GZIP,
18 EVENT_FULLSCRAPE, /* TCP only */ 18 EVENT_FULLSCRAPE, /* TCP only */
19 EVENT_SYNC_IN_REQUEST,
20 EVENT_SYNC_IN,
21 EVENT_SYNC_OUT_REQUEST,
22 EVENT_SYNC_OUT,
23 EVENT_FAILED 19 EVENT_FAILED
24} ot_status_event; 20} ot_status_event;
25 21