diff options
author | Shehjar Tikoo <shehjart@gluster.com> | 2009-10-30 03:28:38 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-10-30 03:37:39 -0700 |
commit | e6fc0cbe716a18f02891d3911481fdcb121d8840 (patch) | |
tree | 34fa4bb4cc83d3e07891ef1cfe77ac21859a1482 /libglusterfsclient/src/libglusterfsclient.h | |
parent | 5d9a4d81b3928e6af15aaeb7fab18fb451f7abcc (diff) |
booster, libglusterfsclient: Support samba specific relative paths
Signed-off-by: Shehjar Tikoo <shehjart@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 158 (libglusterfsclient: Applications are restricted to using absolute paths)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=158
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index fbc020699..9882a4092 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -111,6 +111,8 @@ typedef struct { for the duration specified in this member. In Seconds. */ + + int relativepaths; } glusterfs_init_params_t; |