diff options
| author | lijia <[email protected]> | 2024-05-24 22:47:32 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-05-26 19:45:15 +0800 |
| commit | 50a9fea27ca30d532bf89bc8fd7e6025a240e9e4 (patch) | |
| tree | e066e771c8a4abb3f1997ea3e0aebcb2d259f85e /src/http_decoder_stat.h | |
| parent | 22d071e23ff423242f51dce2eab1477b5fb9d106 (diff) | |
Adapt to stellar v2.0v2.0.1
Diffstat (limited to 'src/http_decoder_stat.h')
| -rw-r--r-- | src/http_decoder_stat.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
