This commit is contained in:
parent
992c10d1f9
commit
eed7562ef6
|
|
@ -2,8 +2,8 @@
|
||||||
* Created by Wu Jian Ping on - 2023/03/30.
|
* Created by Wu Jian Ping on - 2023/03/30.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __NGX_HTTP_IP2REGION_MODULE_INCLUDED__
|
#ifndef __NGX_HTTP_IP2REGION_MODULE_H_INCLUDED__
|
||||||
#define __NGX_HTTP_IP2REGION_MODULE_INCLUDED__
|
#define __NGX_HTTP_IP2REGION_MODULE_H_INCLUDED__
|
||||||
|
|
||||||
#include <ngx_config.h>
|
#include <ngx_config.h>
|
||||||
#include <ngx_core.h>
|
#include <ngx_core.h>
|
||||||
|
|
@ -11,9 +11,9 @@
|
||||||
#include "xdb_searcher.h"
|
#include "xdb_searcher.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
xdb_searcher_t searcher;
|
xdb_searcher_t searcher;
|
||||||
xdb_vector_index_t *v_index;
|
xdb_vector_index_t *v_index;
|
||||||
xdb_content_t *c_buffer;
|
xdb_content_t *c_buffer;
|
||||||
} ip2region_searcher_t;
|
} ip2region_searcher_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue