Libevent Code Doxygen document
Classes | Macros
rpc_struct.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  evrpc_status
 
struct  evrpc
 

Macros

#define EVENT_DEFINED_TQENTRY_
 
#define TAILQ_ENTRY(type)
 
#define EVRPC_STATUS_ERR_NONE   0
 
#define EVRPC_STATUS_ERR_TIMEOUT   1
 
#define EVRPC_STATUS_ERR_BADPAYLOAD   2
 
#define EVRPC_STATUS_ERR_UNSTARTED   3
 
#define EVRPC_STATUS_ERR_HOOKABORTED   4
 

Detailed Description

Structures used by rpc.h. Using these structures directly may harm forward compatibility: be careful!

Macro Definition Documentation

◆ TAILQ_ENTRY

#define TAILQ_ENTRY (   type)
Value:
struct { \
struct type *tqe_next; /* next element */ \
struct type **tqe_prev; /* address of previous next element */ \
}