From 7712d7d58301bf77a1b5c1654e1f2c2e50f7a1db Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 9 Oct 2019 16:55:53 +0100 Subject: [PATCH] xg: Permit the U-variant VLDB operations Permit such VLDB operations as VL.GetEntryByNameU. Signed-off-by: David Howells --- rpc-api/vldb.xg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/rpc-api/vldb.xg b/rpc-api/vldb.xg index 6fdbcda..ee025c9 100644 --- a/rpc-api/vldb.xg +++ b/rpc-api/vldb.xg @@ -263,7 +263,6 @@ struct VldbListByAttributes { uint32_t flag; }; -#if 0 struct uvldbentry { char name[VLDB_MAXNAMELEN]; uint32_t nServers; @@ -284,7 +283,6 @@ struct uvldbentry { uint32_t spares8; uint32_t spares9; }; -#endif #if 0 struct single_vldbentry { @@ -308,9 +306,7 @@ const VL_MAX_BULK_ADDRS = 1024; typedef vldbentry bulkentries<>; typedef nvldbentry nbulkentries<>; -#if 0 typedef uvldbentry ubulkentries<>; -#endif typedef uint32_t bulkaddrs; @@ -435,7 +431,6 @@ UpdateEntryByName (IN string volname, IN VldbUpdateEntry *UpdateEntry, IN uint32_t ReleaseType) = VLUPDATEENTRYBYNAME; -#if 0 CreateEntryU(IN uvldbentry *newentry) = VLCREATEENTRYU; GetEntryByIDU() = VLGETENTRYBYIDU; @@ -451,6 +446,7 @@ ListAttributesU (IN VldbListByAttributes *attributes, OUT uint32_t *nentries, OUT ubulkentries *blkentries) = VLLISTATTRIBUTESU; +#if 0 LinkedListU() = VLLINKEDLISTU; #endif -- 2.49.0