|
Groonga 3.0.9 Source Code Document
|

Data Fields | |
| grn_ctx * | ctx |
| grn_obj * | db |
| void * | zmq_sock |
| grn_obj | cmd_buf |
| grn_obj | pass_through_parameters |
| pthread_t | thd |
| uint32_t | thread_id |
| struct event_base * | base |
| struct evhttp * | httpd |
| struct event | pulse |
| const char * | log_base_path |
| FILE * | log_file |
| uint32_t | log_count |
| grn_bool | request_reopen_log_file |
Definition at line 67 of file groonga_suggest_httpd.c.
| struct event_base* base |
Definition at line 75 of file groonga_suggest_httpd.c.
| grn_obj cmd_buf |
Definition at line 71 of file groonga_suggest_httpd.c.
| grn_ctx* ctx |
Definition at line 68 of file groonga_suggest_httpd.c.
| grn_obj* db |
Definition at line 69 of file groonga_suggest_httpd.c.
| struct evhttp* httpd |
Definition at line 76 of file groonga_suggest_httpd.c.
| const char* log_base_path |
Definition at line 78 of file groonga_suggest_httpd.c.
| uint32_t log_count |
Definition at line 80 of file groonga_suggest_httpd.c.
| FILE* log_file |
Definition at line 79 of file groonga_suggest_httpd.c.
| grn_obj pass_through_parameters |
Definition at line 72 of file groonga_suggest_httpd.c.
| struct event pulse |
Definition at line 77 of file groonga_suggest_httpd.c.
| grn_bool request_reopen_log_file |
Definition at line 81 of file groonga_suggest_httpd.c.
| pthread_t thd |
Definition at line 73 of file groonga_suggest_httpd.c.
| uint32_t thread_id |
Definition at line 74 of file groonga_suggest_httpd.c.
| void* zmq_sock |
Definition at line 70 of file groonga_suggest_httpd.c.
1.8.1.2