Changes to connect infrastructure

This commit is contained in:
Mark Riddoch
2013-06-19 19:11:35 +02:00
parent 39c8695819
commit 78c371e92f
4 changed files with 51 additions and 15 deletions

View File

@ -71,7 +71,7 @@ typedef struct gw_protocol {
int (*error)(struct dcb *);
int (*hangup)(struct dcb *);
int (*accept)(struct dcb *);
int (*connect)(struct server *, struct session *);
int (*connect)(struct dcb *, struct server *, struct session *);
int (*close)(struct dcb *);
int (*listen)(struct dcb *, char *);
} GWPROTOCOL;