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

#include <com.h>

Collaboration diagram for _grn_com_event:
Collaboration graph
[legend]

Data Fields

struct _grn_hashhash
int max_nevents
grn_ctxctx
grn_mutex mutex
grn_cond cond
grn_com_queue recv_old
grn_msg_handlermsg_handler
grn_com_addr curr_edge_id
grn_comacceptor
void * opaque
int dummy
struct pollfd * events

Detailed Description

Definition at line 133 of file com.h.

Field Documentation

grn_com* acceptor

Definition at line 142 of file com.h.

grn_cond cond

Definition at line 138 of file com.h.

grn_ctx* ctx

Definition at line 136 of file com.h.

grn_com_addr curr_edge_id

Definition at line 141 of file com.h.

int dummy

Definition at line 153 of file com.h.

struct pollfd* events

Definition at line 154 of file com.h.

struct _grn_hash* hash

Definition at line 134 of file com.h.

int max_nevents

Definition at line 135 of file com.h.

grn_msg_handler* msg_handler

Definition at line 140 of file com.h.

grn_mutex mutex

Definition at line 137 of file com.h.

void* opaque

Definition at line 143 of file com.h.

grn_com_queue recv_old

Definition at line 139 of file com.h.


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