From 50a9fea27ca30d532bf89bc8fd7e6025a240e9e4 Mon Sep 17 00:00:00 2001 From: lijia Date: Fri, 24 May 2024 22:47:32 +0800 Subject: Adapt to stellar v2.0 --- src/http_decoder_stat.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/http_decoder_stat.h (limited to 'src/http_decoder_stat.h') diff --git a/src/http_decoder_stat.h b/src/http_decoder_stat.h new file mode 100644 index 0000000..dbf245f --- /dev/null +++ b/src/http_decoder_stat.h @@ -0,0 +1,5 @@ +#ifndef _HTTP_DECODER_STAT_H_ +#define _HTTP_DECODER_STAT_H_ 1 +int http_decoder_stat_init(struct http_decoder_context *ctx, int thread_num); +void http_decoder_stat_output(struct http_decoder_context *ctx, int thread_id); +#endif \ No newline at end of file -- cgit v1.2.3