From b4760a6c48e7944394a6319fca62cb9189b8c631 Mon Sep 17 00:00:00 2001 From: David Howells Date: Tue, 23 Jun 2020 17:48:03 +0100 Subject: [PATCH] xg: Define VL.GetCapabilities Signed-off-by: David Howells --- rpc-api/vldb.xg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rpc-api/vldb.xg b/rpc-api/vldb.xg index 38bed8d..5957ce8 100644 --- a/rpc-api/vldb.xg +++ b/rpc-api/vldb.xg @@ -164,6 +164,7 @@ const VLLINKEDLISTU = 531; const VLREGADDR = 532; const VLGETADDRSU = 533; const VLLISTATTRIBUTESN2 = 534; +const VLGETCAPABILITIES = 65537; /* * ReleaseType argument for VL_ReleaseLock @@ -474,6 +475,10 @@ ListAttributesN2(IN VldbListByAttributes *attributes, OUT nbulkentries *blkentries, OUT uint32_t *nextstartindex) = VLLISTATTRIBUTESN2; +GetCapabilities( + OUT Capabilities *capabilities +) multi = VLGETCAPABILITIES; + #if 0 /* -- 2.49.0