#include <api_process.h>
Definition at line 72 of file api_process.h.
Data Fields | |
| enum handler_types | type |
| type of the handler | |
| union { | |
| AAARequestHandler_f * requestHandler | |
| request callback function | |
| AAAResponseHandler_f * responseHandler | |
| response callback function | |
| } | handler |
| union for handler callback function | |
| void * | param |
| transparent parameter to pass to callback | |
| handler_t * | next |
| next handler in the list | |
| handler_t * | prev |
| prev handler in the list | |
type of the handler
Definition at line 73 of file api_process.h.
Referenced by AAAAddRequestHandler(), AAAAddResponseHandler(), and api_callback().
request callback function
Definition at line 75 of file api_process.h.
Referenced by AAAAddRequestHandler(), and api_callback().
response callback function
Definition at line 76 of file api_process.h.
Referenced by AAAAddResponseHandler(), and api_callback().
| union { ... } handler_t::handler |
union for handler callback function
Referenced by AAAAddRequestHandler(), AAAAddResponseHandler(), and api_callback().
| void* handler_t::param |
transparent parameter to pass to callback
Definition at line 78 of file api_process.h.
Referenced by AAAAddRequestHandler(), AAAAddResponseHandler(), and api_callback().
struct handler_t* handler_t::next [read] |
next handler in the list
Definition at line 79 of file api_process.h.
Referenced by AAAAddRequestHandler(), AAAAddResponseHandler(), api_callback(), and diameter_peer_destroy().
struct handler_t* handler_t::prev [read] |
prev handler in the list
Definition at line 80 of file api_process.h.
Referenced by AAAAddRequestHandler(), and AAAAddResponseHandler().
1.5.2