]> www.infradead.org Git - users/dhowells/kafs-utils.git/commitdiff
xg: Remove HASHSIZE defs as these should be server internal
authorDavid Howells <dhowells@redhat.com>
Thu, 26 Sep 2019 09:59:59 +0000 (10:59 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 26 Sep 2019 09:59:59 +0000 (10:59 +0100)
Signed-off-by: David Howells <dhowells@redhat.com>
rpc-api/pts.xg
rpc-api/vldb.xg

index d5affd77836785b4ad3fbbf10c78071345096bce..0e1a02d7f18562f63e5139b69d1f7542f0795c7f 100644 (file)
@@ -68,7 +68,6 @@ const PRSIZE = 10;
 const COSIZE = 39;
 const PRSRV = 73;
 const ENTRYSIZE = 192;
-const HASHSIZE = 8191;
 
 const PRDBVERSION = 0;
 
index 358c7591bea58ef3eefb216bfa47584bb6893161..f79bdd20b67c5cf68ee9ec689e82f0065b80fb32 100644 (file)
@@ -49,7 +49,6 @@ const NMAXNSERVERS            = 13;
 const MAX_NUMBER_OPCODES       = 30;
 const MAXTYPES                 = 3;
 const MAXSERVERID              = 30;
-const HASHSIZE                 = 8191;
 const DEFAULTBULK              = 10000;
 
 typedef opaque bulk<DEFAULTBULK>;