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

#include <ngx_conf_file.h>

Collaboration diagram for ngx_open_file_s:
Collaboration graph
[legend]

Data Fields

ngx_fd_t fd
ngx_str_t name
void(* flush )(ngx_open_file_t *file, ngx_log_t *log)
void * data

Detailed Description

Definition at line 90 of file ngx_conf_file.h.

Field Documentation

void* data

Definition at line 95 of file ngx_conf_file.h.

Definition at line 91 of file ngx_conf_file.h.

void(* flush)(ngx_open_file_t *file, ngx_log_t *log)

Definition at line 94 of file ngx_conf_file.h.

ngx_str_t name

Definition at line 92 of file ngx_conf_file.h.


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