1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Update to new vio

This commit is contained in:
monty@donna.mysql.com
2000-12-31 12:47:29 +02:00
parent 5c18942398
commit 74aefb4deb
5 changed files with 10 additions and 9 deletions

View File

@ -70,7 +70,7 @@ my_bool vio_is_blocking( Vio* vio);
/*
* setsockopt TCP_NODELAY at IPPROTO_TCP level, when possible.
*/
int vio_fastsend( Vio* vio,);
int vio_fastsend( Vio* vio);
/*
* setsockopt SO_KEEPALIVE at SOL_SOCKET level, when possible.
*/