From 876af46cdd0194a09af1c16ec707325558a1277a Mon Sep 17 00:00:00 2001 From: Massimiliano Pinto Date: Mon, 17 Jun 2013 09:33:07 +0200 Subject: [PATCH] Added 3 func defs --- include/gw.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/gw.h b/include/gw.h index fdb0b34de..929045dfd 100644 --- a/include/gw.h +++ b/include/gw.h @@ -61,3 +61,6 @@ char *gw_strend(register const char *s); int do_read_dcb(DCB *dcb); int do_read_10(DCB *dcb, uint8_t *buffer); MySQLProtocol * gw_mysql_init(MySQLProtocol *ptr); +int MySQLWrite(DCB *dcb, GWBUF *queue); +int gw_write_backend_event(DCB *dcb, int epfd); +int gw_read_backend_event(DCB *dcb, int epfd);