diff options
Diffstat (limited to 'rpc/xdr/src/cli1-xdr.h')
-rw-r--r-- | rpc/xdr/src/cli1-xdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/xdr/src/cli1-xdr.h b/rpc/xdr/src/cli1-xdr.h index 903b6ff724f..979c2250f35 100644 --- a/rpc/xdr/src/cli1-xdr.h +++ b/rpc/xdr/src/cli1-xdr.h @@ -166,6 +166,7 @@ enum gf_cli_status_type { GF_CLI_STATUS_VOL = 0x100, GF_CLI_STATUS_ALL = 0x200, GF_CLI_STATUS_BRICK = 0x400, + GF_CLI_STATUS_NFS = 0x800, }; typedef enum gf_cli_status_type gf_cli_status_type; |