summaryrefslogtreecommitdiff
path: root/ot_http.c
diff options
context:
space:
mode:
authorerdgeist <>2009-10-15 19:33:30 +0000
committererdgeist <>2009-10-15 19:33:30 +0000
commitc27631e516221ee5464613b02fb4a19e98aa1ec4 (patch)
treed9a7069b57ef226e7efd6a1f688d92657d34fb7b /ot_http.c
parent9d4f0e66d072ca8b9b9f25d567de027ded7be880 (diff)
Reenable statedump
Diffstat (limited to 'ot_http.c')
-rw-r--r--ot_http.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ot_http.c b/ot_http.c
index fa2ba76..5c0a260 100644
--- a/ot_http.c
+++ b/ot_http.c
@@ -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;