diff options
author | erdgeist <> | 2008-11-28 22:21:10 +0000 |
---|---|---|
committer | erdgeist <> | 2008-11-28 22:21:10 +0000 |
commit | 334c6e4bbb97a4c0656e1b07c3e6a565f68eae2b (patch) | |
tree | f84ad28c39b32d0906e32e8ba5e461ecdaed7799 /ot_stats.h | |
parent | ff6c0339c13a6b42149ba91da14dbb824307cea7 (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.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 | ||