We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84d69b commit 67664feCopy full SHA for 67664fe
src/ngx_http_lua_log_ringbuf.h
@@ -7,13 +7,13 @@
7
8
9
typedef struct {
10
- ngx_uint_t filter_level;
11
- char *tail; /* writed point */
12
- char *head; /* readed point */
13
- char *data; /* buffer */
14
- char *sentinel;
15
- size_t size; /* buffer total size */
16
- size_t count; /* count of logs */
+ ngx_uint_t filter_level;
+ char *tail; /* writed point */
+ char *head; /* readed point */
+ char *data; /* buffer */
+ char *sentinel;
+ size_t size; /* buffer total size */
+ size_t count; /* count of logs */
17
} ngx_http_lua_log_ringbuf_t;
18
19
0 commit comments