summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/glusterfs.h
diff options
context:
space:
mode:
authorHarshavardhana <harsha@zresearch.com>2009-02-19 04:59:06 -0800
committerAnand V. Avati <avati@amp.gluster.com>2009-02-21 21:14:41 +0530
commita2131aeafa94d671b0121631922d823c8a7ab988 (patch)
tree637e748d679061f3b291051fcb35bc84ac9f2a2a /libglusterfs/src/glusterfs.h
parentb5e0ee918fdff566e45bb255130b9efa6b8fb7b0 (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/glusterfs.h')
-rw-r--r--libglusterfs/src/glusterfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h
index 76891f5b0..6ec8a2a63 100644
--- a/libglusterfs/src/glusterfs.h
+++ b/libglusterfs/src/glusterfs.h
@@ -225,8 +225,8 @@ struct _cmd_args {
/* fuse options */
int fuse_direct_io_mode_flag;
- unsigned int fuse_entry_timeout;
- unsigned int fuse_attribute_timeout;
+ double fuse_entry_timeout;
+ double fuse_attribute_timeout;
char *volume_name;
int non_local; /* Used only by darwin os,
used for '-o local' option */