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

#include <ngx_file.h>

Collaboration diagram for ngx_file_s:
Collaboration graph
[legend]

Data Fields

ngx_fd_t fd
ngx_str_t name
ngx_file_info_t info
off_t offset
off_t sys_offset
ngx_log_tlog
unsigned valid_info:1
unsigned directio:1

Detailed Description

Definition at line 16 of file ngx_file.h.

Field Documentation

unsigned directio

Definition at line 31 of file ngx_file.h.

Definition at line 17 of file ngx_file.h.

Definition at line 19 of file ngx_file.h.

ngx_log_t* log

Definition at line 24 of file ngx_file.h.

ngx_str_t name

Definition at line 18 of file ngx_file.h.

off_t offset

Definition at line 21 of file ngx_file.h.

off_t sys_offset

Definition at line 22 of file ngx_file.h.

unsigned valid_info

Definition at line 30 of file ngx_file.h.


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