Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_conf_s Struct Reference

#include <ngx_conf_file.h>

Collaboration diagram for ngx_conf_s:
Collaboration graph
[legend]

Data Fields

char * name
ngx_array_targs
ngx_cycle_tcycle
ngx_pool_tpool
ngx_pool_ttemp_pool
ngx_conf_file_tconf_file
ngx_log_tlog
void * ctx
ngx_uint_t module_type
ngx_uint_t cmd_type
ngx_conf_handler_pt handler
char * handler_conf

Detailed Description

Definition at line 157 of file ngx_conf_file.h.

Field Documentation

ngx_array_t* args

Definition at line 159 of file ngx_conf_file.h.

ngx_uint_t cmd_type

Definition at line 169 of file ngx_conf_file.h.

ngx_conf_file_t* conf_file

Definition at line 164 of file ngx_conf_file.h.

void* ctx

Definition at line 167 of file ngx_conf_file.h.

ngx_cycle_t* cycle

Definition at line 161 of file ngx_conf_file.h.

Definition at line 171 of file ngx_conf_file.h.

char* handler_conf

Definition at line 172 of file ngx_conf_file.h.

ngx_log_t* log

Definition at line 165 of file ngx_conf_file.h.

ngx_uint_t module_type

Definition at line 168 of file ngx_conf_file.h.

char* name

Definition at line 158 of file ngx_conf_file.h.

ngx_pool_t* pool

Definition at line 162 of file ngx_conf_file.h.

ngx_pool_t* temp_pool

Definition at line 163 of file ngx_conf_file.h.


The documentation for this struct was generated from the following file: