diff options
Diffstat (limited to 'xlators/protocol/client/src')
| -rw-r--r-- | xlators/protocol/client/src/client.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/protocol/client/src/client.c b/xlators/protocol/client/src/client.c index 355b0d16043..c0d52488a9c 100644 --- a/xlators/protocol/client/src/client.c +++ b/xlators/protocol/client/src/client.c @@ -2365,6 +2365,9 @@ struct volume_options options[] = {          { .key   = {"remote-host"},            .type  = GF_OPTION_TYPE_INTERNET_ADDRESS          }, +        { .key   = {"remote-port"}, +          .type  = GF_OPTION_TYPE_INT, +        },          { .key   = {"remote-subvolume"},            .type  = GF_OPTION_TYPE_ANY          },  | 
