diff options
author | Csaba Henk <csaba@gluster.com> | 2010-05-12 19:10:47 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-05-13 12:12:08 -0700 |
commit | 2a0398dee8521704b90d3f1776a5e380bf8ac5b3 (patch) | |
tree | 394a62736967be4cfec9314e8fdc9cce54ebcd25 /libglusterfs/src/glusterfs.h | |
parent | 9bdda4ce0aaebb3f8109152f056d9b35229fb708 (diff) |
added features/mac-compat
Signed-off-by: Csaba Henk <csaba@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 800 (Problem on OSX with NFS and CIFS exports)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=800
Diffstat (limited to 'libglusterfs/src/glusterfs.h')
-rw-r--r-- | libglusterfs/src/glusterfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 226c358e5..f6ba4e2ef 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -210,6 +210,7 @@ struct _cmd_args { char *run_id; int debug_mode; int read_only; + int mac_compat; struct list_head xlator_options; /* list of xlator_option_t */ /* fuse options */ |