summaryrefslogtreecommitdiffstats
path: root/rpc/xdr/src/glusterfs3.x
diff options
context:
space:
mode:
authorAnand V. Avati <avati@amp.gluster.com>2010-10-02 11:25:04 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-10-02 22:18:50 -0700
commit5a4e1e69b2ec65dcefa6b37b8ac7d058f3a2c29f (patch)
tree8cde801403426f6d8107f204fb76566008dba158 /rpc/xdr/src/glusterfs3.x
parent77085451a88878728e703215f9bf871a74df92ba (diff)
xdr: introduce extra flag in rmdir request
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 'rpc/xdr/src/glusterfs3.x')
-rw-r--r--rpc/xdr/src/glusterfs3.x1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/xdr/src/glusterfs3.x b/rpc/xdr/src/glusterfs3.x
index a03f7a588d6..0bc1c915d35 100644
--- a/rpc/xdr/src/glusterfs3.x
+++ b/rpc/xdr/src/glusterfs3.x
@@ -116,6 +116,7 @@ struct gfs3_readlink_req {
struct gfs3_rmdir_req {
opaque pargfid[16];
+ int flags;
string path<>;
string bname<>; /* NULL terminated */
};