diff options
| author | Vijay Bellur <vbellur@redhat.com> | 2013-08-06 23:02:59 -0700 | 
|---|---|---|
| committer | Gerrit Code Review <review@dev.gluster.org> | 2013-08-06 23:02:59 -0700 | 
| commit | dcbd9152a67b06ddaff012a9042b50dc7b76cd0d (patch) | |
| tree | 9175ec6102810eb614138ba4ea6cb03856fcbc4e /rpc/xdr/src/cli1-xdr.h | |
| parent | 042fa421843a55e2e4c8849618799f066613411c (diff) | |
| parent | 62dc33d2e739079e1023a6870d9df732cebcc7e9 (diff) | |
Merge "glusterd, cli: Provide status of quotad in 'volume status'" into quota-improvements
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 edbfddba..476ba594 100644 --- a/rpc/xdr/src/cli1-xdr.h +++ b/rpc/xdr/src/cli1-xdr.h @@ -164,6 +164,7 @@ enum gf_cli_status_type {  	GF_CLI_STATUS_BRICK = 0x0400,  	GF_CLI_STATUS_NFS = 0x0800,  	GF_CLI_STATUS_SHD = 0x1000, +	GF_CLI_STATUS_QUOTAD = 0x2000,  };  typedef enum gf_cli_status_type gf_cli_status_type;  | 
