diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-11-25 13:47:01 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-11-25 13:47:01 +0300 |
commit | 027a2fff1573550baae84ff97b962169a4961518 (patch) | |
tree | b01a7c92b75393e3cc14eacc3866761146d6226d /include/violite.h | |
parent | 206c636ec8df77b50204e305a3ad44b6ed32b3bc (diff) | |
parent | be0add42f53b23d8a5e279cb3041a3fc93e375a0 (diff) | |
download | mariadb-git-027a2fff1573550baae84ff97b962169a4961518.tar.gz |
Auto-merge from mysql-next-mr-runtime.
Diffstat (limited to 'include/violite.h')
-rw-r--r-- | include/violite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/violite.h b/include/violite.h index 0af7a566307..3e8e430392b 100644 --- a/include/violite.h +++ b/include/violite.h @@ -86,6 +86,7 @@ my_bool vio_peer_addr(Vio* vio, char *buf, uint16 *port); void vio_in_addr(Vio *vio, struct in_addr *in); my_bool vio_poll_read(Vio *vio, uint timeout); my_bool vio_is_connected(Vio *vio); +ssize_t vio_pending(Vio *vio); #ifdef HAVE_OPENSSL #include <openssl/opensslv.h> |