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

#include <ngx_conf_file.h>

Collaboration diagram for ngx_core_module_t:
Collaboration graph
[legend]

Data Fields

ngx_str_t name
void *(* create_conf )(ngx_cycle_t *cycle)
char *(* init_conf )(ngx_cycle_t *cycle, void *conf)

Detailed Description

Definition at line 139 of file ngx_conf_file.h.

Field Documentation

void*(* create_conf)(ngx_cycle_t *cycle)

Definition at line 141 of file ngx_conf_file.h.

char*(* init_conf)(ngx_cycle_t *cycle, void *conf)

Definition at line 142 of file ngx_conf_file.h.

ngx_str_t name

Definition at line 140 of file ngx_conf_file.h.


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