summaryrefslogtreecommitdiffstats
path: root/transport/socket/src/socket.h
diff options
context:
space:
mode:
authorVijay Bellur <vijay@gluster.com>2009-06-24 12:54:51 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-06-24 17:13:36 -0700
commit7a797746b9276493a0891da63124092ddc98f01b (patch)
treef5c437e61bad10e5355653f80629beb2e625dd64 /transport/socket/src/socket.h
parent992130efe4d74dd0b69b8e899c620e5dd4786856 (diff)
Added a new option transport.socket.nodelay.
Release 2.0 compatible patch for optionally setting NODELAY. Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'transport/socket/src/socket.h')
-rw-r--r--transport/socket/src/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/transport/socket/src/socket.h b/transport/socket/src/socket.h
index 50d7d0303..27640ea83 100644
--- a/transport/socket/src/socket.h
+++ b/transport/socket/src/socket.h
@@ -94,6 +94,7 @@ typedef struct {
char bio;
char connect_finish_log;
char submit_log;
+ char nodelay;
union {
struct list_head ioq;
struct {