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 f78f6b6..0376d95 100644
--- a/src/http_decoder_stat.h
+++ b/src/http_decoder_stat.h
@@ -44,6 +44,7 @@ struct http_decoder_stat
long long current_time_ms;
struct fieldstat_easy *fse;
int stat_interval_pkts; // call fieldstat_incrby every stat_interval_pkts
+ int stat_interval_time; //second
int field_stat_id[HTTPD_STAT_MAX];
struct hd_statistics *stats; //size is thread number
};