diff options
author | Anand Subramanian <anands@redhat.com> | 2014-05-15 08:19:14 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-06-15 10:33:23 -0700 |
commit | ec845d93e74644bbfe27e0b085a38dbd7c02480f (patch) | |
tree | e4e455e9f9d6f75a3426fcad4a6360c885890902 /rpc/xdr/src | |
parent | 056b99bfbc181a88579b8139d444f7dd2fa3b19e (diff) |
Get snapshot info dynamically via new rpc and infra for snapview-server to refresh snaplist
BUG: 1105439
Change-Id: I4bb312a53d88f6f4955e69a3ef2b4955ec17f26d
Signed-off-by: Anand Subramanian <anands@redhat.com>
Reviewed-on: http://review.gluster.org/8001
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'rpc/xdr/src')
-rw-r--r-- | rpc/xdr/src/glusterfs3-xdr.x | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rpc/xdr/src/glusterfs3-xdr.x b/rpc/xdr/src/glusterfs3-xdr.x index b2fa4de9737..a68fcae7e1c 100644 --- a/rpc/xdr/src/glusterfs3-xdr.x +++ b/rpc/xdr/src/glusterfs3-xdr.x @@ -758,3 +758,15 @@ struct gf_event_notify_rsp { int op_errno; opaque dict<>; }; + + +struct gf_getsnap_name_uuid_req { + opaque dict<>; +}; + +struct gf_getsnap_name_uuid_rsp { + int op_ret; + int op_errno; + string op_errstr<>; + opaque dict<>; +}; |