]> www.infradead.org Git - users/dhowells/kafs-utils.git/commitdiff
xg: Add a def for the VOLSER.GetCapabilities RPC call
authorDavid Howells <dhowells@redhat.com>
Mon, 6 Jul 2020 21:00:10 +0000 (22:00 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 10 Jul 2020 20:24:57 +0000 (21:24 +0100)
Signed-off-by: David Howells <dhowells@redhat.com>
rpc-api/volumeserver.xg

index e9235a3d3d40e3cbad2060d47a50ed53b790a050..41588eded2c77d1c93c5160c61da9d695e812add 100644 (file)
@@ -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;