uint32_t flag;
};
-#if 0
struct uvldbentry {
char name[VLDB_MAXNAMELEN];
uint32_t nServers;
uint32_t spares8;
uint32_t spares9;
};
-#endif
#if 0
struct single_vldbentry {
typedef vldbentry bulkentries<>;
typedef nvldbentry nbulkentries<>;
-#if 0
typedef uvldbentry ubulkentries<>;
-#endif
typedef uint32_t bulkaddrs<VL_MAX_BULK_ADDRS>;
IN VldbUpdateEntry *UpdateEntry,
IN uint32_t ReleaseType) = VLUPDATEENTRYBYNAME;
-#if 0
CreateEntryU(IN uvldbentry *newentry) = VLCREATEENTRYU;
GetEntryByIDU() = VLGETENTRYBYIDU;
OUT uint32_t *nentries,
OUT ubulkentries *blkentries) = VLLISTATTRIBUTESU;
+#if 0
LinkedListU() = VLLINKEDLISTU;
#endif