summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--transport/socket/src/socket.c3
1 files changed, 3 insertions, 0 deletions
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} }
};