From d734a305d534d6430d1401ec358100f28547ca09 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 20 May 2009 13:36:01 +0000 Subject: add 'non-blocking-io' to the options array in sockets. Signed-off-by: Anand V. Avati --- transport/socket/src/socket.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/transport/socket/src/socket.c b/transport/socket/src/socket.c index 7bb32a51216..4af064f3b7b 100644 --- a/transport/socket/src/socket.c +++ b/transport/socket/src/socket.c @@ -1381,6 +1381,9 @@ struct volume_options options[] = { .type = GF_OPTION_TYPE_STR }, + { .key = {"non-blocking-io"}, + .type = GF_OPTION_TYPE_BOOL + }, { .key = {NULL} } }; -- cgit