From a0806597c82d447aa71d0e77722777a260ec51e4 Mon Sep 17 00:00:00 2001 From: David Howells Date: Mon, 6 Jul 2020 22:00:10 +0100 Subject: [PATCH] xg: Add a def for the VOLSER.GetCapabilities RPC call Signed-off-by: David Howells --- rpc-api/volumeserver.xg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rpc-api/volumeserver.xg b/rpc-api/volumeserver.xg index e9235a3..41588ed 100644 --- a/rpc-api/volumeserver.xg +++ b/rpc-api/volumeserver.xg @@ -79,6 +79,7 @@ const VOLSETINFO = 126; const VOLXLISTPARTITIONS= 127; const VOLFORWARDMULTIPLE= 128; const VOLGETSIZE = 65537; +const VOLGETCAPABILITIES= 65552; const PARTVALID = 0x01; const VOK = 0x02; @@ -397,3 +398,7 @@ GetSize( IN int32_t fromDate, OUT volintSize *size ) = VOLGETSIZE; + +GetCapabilities( + OUT Capabilities *capabilities +) multi = VOLGETCAPABILITIES; -- 2.49.0