summaryrefslogtreecommitdiff
path: root/src/http_decoder_stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http_decoder_stat.h')
-rw-r--r--src/http_decoder_stat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http_decoder_stat.h b/src/http_decoder_stat.h
index e8f18d8..f78f6b6 100644
--- a/src/http_decoder_stat.h
+++ b/src/http_decoder_stat.h
@@ -14,6 +14,7 @@ enum http_decoder_stat_type
HTTPD_STAT_SESSION_NEW,
HTTPD_STAT_SESSION_FREE,
HTTPD_STAT_SESSION_EXCEPTION, // rst, kickout, lost packet, etc.
+ HTTPD_STAT_TUNNEL,
HTTPD_STAT_TRANSACTION_NEW,
HTTPD_STAT_TRANSACTION_FREE,
HTTPD_STAT_ASYMMETRY_SESSION_C2S,