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_base * | base |
Detailed Description
Definition at line 74 of file evrpc.h.
The documentation for this struct was generated from the following file: