MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
evrpc Struct Reference
Collaboration diagram for evrpc:

Public Member Functions

 TAILQ_ENTRY (evrpc) next

Public Attributes

const char * uri
void *(* request_new )(void)
void(* request_free )(void *)
int(* request_unmarshal )(void *, struct evbuffer *)
void *(* reply_new )(void)
void(* reply_free )(void *)
int(* reply_complete )(void *)
void(* reply_marshal )(struct evbuffer *, void *)
void(* cb )(struct evrpc_req_generic *, void *)
void * cb_arg
struct evrpc_basebase

Detailed Description

Definition at line 74 of file evrpc.h.


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