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

#include <ngx_file.h>

Collaboration diagram for ngx_temp_file_t:
Collaboration graph
[legend]

Data Fields

ngx_file_t file
off_t offset
ngx_path_tpath
ngx_pool_tpool
char * warn
ngx_uint_t access
unsigned log_level:8
unsigned persistent:1
unsigned clean:1

Detailed Description

Definition at line 62 of file ngx_file.h.

Field Documentation

ngx_uint_t access

Definition at line 69 of file ngx_file.h.

unsigned clean

Definition at line 73 of file ngx_file.h.

ngx_file_t file

Definition at line 63 of file ngx_file.h.

unsigned log_level

Definition at line 71 of file ngx_file.h.

off_t offset

Definition at line 64 of file ngx_file.h.

ngx_path_t* path

Definition at line 65 of file ngx_file.h.

unsigned persistent

Definition at line 72 of file ngx_file.h.

ngx_pool_t* pool

Definition at line 66 of file ngx_file.h.

char* warn

Definition at line 67 of file ngx_file.h.


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