diff options
Diffstat (limited to 'libglusterfs/src/glusterfs.h')
| -rw-r--r-- | libglusterfs/src/glusterfs.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 76891f5b05f..6ec8a2a6316 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 */  | 
