diff options
| author | Amar Tumballi <amar@gluster.com> | 2010-09-03 11:46:21 +0000 | 
|---|---|---|
| committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-04 01:45:41 -0700 | 
| commit | 2c400f60cad3ac0b9dbf1be06b48675d40fcc824 (patch) | |
| tree | d2593d77e0e24a9ffc63f247a2e737c70bde2571 /xlators/protocol/server/src/server.h | |
| parent | 64443fa783c9c43a597440164b35fd8131b7f4d3 (diff) | |
gfid: protocol/xdr changes to handle gfid based fops.
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand V. Avati <avati@blackhole.gluster.com>
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 971 (dynamic volume management)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971
Diffstat (limited to 'xlators/protocol/server/src/server.h')
| -rw-r--r-- | xlators/protocol/server/src/server.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/protocol/server/src/server.h b/xlators/protocol/server/src/server.h index 453eee57e1c..a86c6b31824 100644 --- a/xlators/protocol/server/src/server.h +++ b/xlators/protocol/server/src/server.h @@ -126,6 +126,8 @@ typedef struct {          ino_t                  ino;          uint64_t               gen;          ino_t                  par; +        u_char                 gfid[16]; +        u_char                 pargfid[16];          char                  *path;          char                  *bname;  	char                  *resolved;  | 
