Browse Source

Reenable statedump

dynamic-accesslists
erdgeist 15 years ago
parent
commit
c27631e516
  1. 4
      ot_http.c

4
ot_http.c

@ -205,6 +205,10 @@ static const ot_keywords keywords_format[] = @@ -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;

Loading…
Cancel
Save