diff options
author | erdgeist <> | 2009-10-15 19:33:30 +0000 |
---|---|---|
committer | erdgeist <> | 2009-10-15 19:33:30 +0000 |
commit | c27631e516221ee5464613b02fb4a19e98aa1ec4 (patch) | |
tree | d9a7069b57ef226e7efd6a1f688d92657d34fb7b /ot_http.c | |
parent | 9d4f0e66d072ca8b9b9f25d567de027ded7be880 (diff) |
Reenable statedump
Diffstat (limited to 'ot_http.c')
-rw-r--r-- | ot_http.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -205,6 +205,10 @@ static const ot_keywords keywords_format[] = | |||
205 | } | 205 | } |
206 | 206 | ||
207 | #ifdef WANT_FULLSCRAPE | 207 | #ifdef WANT_FULLSCRAPE |
208 | if( mode == TASK_FULLSCRAPE_TRACKERSTATE ) { | ||
209 | format = mode; mode = TASK_STATS_TPB; | ||
210 | } | ||
211 | |||
208 | if( mode == TASK_STATS_TPB ) { | 212 | if( mode == TASK_STATS_TPB ) { |
209 | struct http_data* cookie = io_getcookie( sock ); | 213 | struct http_data* cookie = io_getcookie( sock ); |
210 | tai6464 t; | 214 | tai6464 t; |