From 4a077b628edfa705ff87c40fbd525d5692c92ecc Mon Sep 17 00:00:00 2001 From: David Howells Date: Mon, 21 Oct 2019 12:08:37 +0100 Subject: [PATCH] xg: Tag VL.LinkedListN with its symbolic opcode Signed-off-by: David Howells --- rpc-api/vldb.xg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc-api/vldb.xg b/rpc-api/vldb.xg index bc1c9d4..38bed8d 100644 --- a/rpc-api/vldb.xg +++ b/rpc-api/vldb.xg @@ -429,7 +429,7 @@ ListAttributesN (IN VldbListByAttributes *attributes, OUT nbulkentries *blkentries) = VLLISTATTRIBUTESN; #if 0 -LinkedListN() = 523; +LinkedListN() = VLLINKEDLISTN; #endif UpdateEntryByName (IN string volname, -- 2.50.1