summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/lib/src/rpc-socket.h
diff options
context:
space:
mode:
authorShehjar Tikoo <shehjart@gluster.com>2011-03-15 01:57:13 +0000
committerVijay Bellur <vijay@dev.gluster.com>2011-03-31 04:19:27 -0700
commita54e0358b1d66c04448b22c1a01e076b5a527008 (patch)
tree1393f0ea4b441752cc647cc3a8e677746fb41597 /xlators/nfs/lib/src/rpc-socket.h
parent325ee7aeab629a7435922d9e61d04fd3418ec6d7 (diff)
nfs-rpc: Exit txbuf transmission loop on EAGAIN
..instead of looping till the buffer is completely transmitted. Signed-off-by: Shehjar Tikoo <shehjart@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 2491 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2491
Diffstat (limited to 'xlators/nfs/lib/src/rpc-socket.h')
-rw-r--r--xlators/nfs/lib/src/rpc-socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/lib/src/rpc-socket.h b/xlators/nfs/lib/src/rpc-socket.h
index 0f91729774f..8662df0a741 100644
--- a/xlators/nfs/lib/src/rpc-socket.h
+++ b/xlators/nfs/lib/src/rpc-socket.h
@@ -49,7 +49,7 @@ extern ssize_t
nfs_rpcsvc_socket_read (int sockfd, char *readaddr, size_t readsize);
extern ssize_t
-nfs_rpcsvc_socket_write (int sockfd, char *buffer, size_t size);
+nfs_rpcsvc_socket_write (int sockfd, char *buffer, size_t size, int *eagain);
extern int
nfs_rpcsvc_socket_peername (int sockfd, char *hostname, int hostlen);