Addition of the service, server, serv_protocol and session structure needed to tie the elements together.
Improvements to the protocol module support Documentation improvements Addition of make install target
This commit is contained in:
@ -51,8 +51,10 @@ typedef void *ROUTER;
|
||||
* routeQuery Called on each query that requires
|
||||
* routing
|
||||
* @endverbatim
|
||||
*
|
||||
* @see load_module
|
||||
*/
|
||||
typedef struct {
|
||||
typedef struct router_object {
|
||||
ROUTER *(*createInstance)(SERVICE *service);
|
||||
void *(*newSession)(ROUTER *instance, SESSION *session);
|
||||
void (*closeSession)(ROUTER *instance, void *router_session);
|
||||
|
||||
Reference in New Issue
Block a user