From c27631e516221ee5464613b02fb4a19e98aa1ec4 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 15 Oct 2009 19:33:30 +0000 Subject: Reenable statedump --- ot_http.c | 4 ++++ 1 file changed, 4 insertions(+) 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[] = } #ifdef WANT_FULLSCRAPE + if( mode == TASK_FULLSCRAPE_TRACKERSTATE ) { + format = mode; mode = TASK_STATS_TPB; + } + if( mode == TASK_STATS_TPB ) { struct http_data* cookie = io_getcookie( sock ); tai6464 t; -- cgit v1.2.3