diff options
| author | Harshavardhana <harsha@zresearch.com> | 2009-02-19 04:59:06 -0800 | 
|---|---|---|
| committer | Anand V. Avati <avati@amp.gluster.com> | 2009-02-21 21:14:41 +0530 | 
| commit | a2131aeafa94d671b0121631922d823c8a7ab988 (patch) | |
| tree | 637e748d679061f3b291051fcb35bc84ac9f2a2a /libglusterfs/src/xlator.h | |
| parent | b5e0ee918fdff566e45bb255130b9efa6b8fb7b0 (diff) | |
attritbute and entry timeout values under volume now support float/double values
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfs/src/xlator.h')
| -rw-r--r-- | libglusterfs/src/xlator.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/xlator.h b/libglusterfs/src/xlator.h index eadc9fd1a..a24184ab8 100644 --- a/libglusterfs/src/xlator.h +++ b/libglusterfs/src/xlator.h @@ -752,6 +752,7 @@ typedef enum {    	GF_OPTION_TYPE_XLATOR,    	GF_OPTION_TYPE_PATH,    	GF_OPTION_TYPE_TIME, +	GF_OPTION_TYPE_DOUBLE,  } volume_option_type_t;  #define ZR_VOLUME_MAX_NUM_KEY    4  | 
