diff options
author | Anand Avati <avati@redhat.com> | 2012-07-26 00:37:56 -0700 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-07-27 11:58:21 -0700 |
commit | 07c90f84d3cb11fd9539008f3a95c49d088e62bc (patch) | |
tree | 6203d84bb3c00f4dee3ae44e2edc9e7520e1685d /api/src/glfs-internal.h | |
parent | f153c835807ac31006ba690b1deb47b20b51bc83 (diff) |
gfapi: unglobalize oldvol{file,len}
Multiple initialization of volumes works fine now.
Change-Id: Ibc16957b39325817bc6f9ab90ebac9cefdafabf8
BUG: 839950
Signed-off-by: Anand Avati <avati@redhat.com>
Reviewed-on: http://review.gluster.com/3734
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'api/src/glfs-internal.h')
-rw-r--r-- | api/src/glfs-internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/src/glfs-internal.h b/api/src/glfs-internal.h index 967be475cce..0d67b6e249d 100644 --- a/api/src/glfs-internal.h +++ b/api/src/glfs-internal.h @@ -32,6 +32,9 @@ struct glfs { int ret; xlator_t *active_subvol; + + char *oldvolfile; + ssize_t oldvollen; }; struct glfs_fd { |