From: David Howells Date: Thu, 26 Sep 2019 09:59:59 +0000 (+0100) Subject: xg: Remove HASHSIZE defs as these should be server internal X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f3b50ba1bcd61cea3ecd4827c100a7df57a6e25f;p=users%2Fdhowells%2Fkafs-utils.git xg: Remove HASHSIZE defs as these should be server internal Signed-off-by: David Howells --- diff --git a/rpc-api/pts.xg b/rpc-api/pts.xg index d5affd7..0e1a02d 100644 --- a/rpc-api/pts.xg +++ b/rpc-api/pts.xg @@ -68,7 +68,6 @@ const PRSIZE = 10; const COSIZE = 39; const PRSRV = 73; const ENTRYSIZE = 192; -const HASHSIZE = 8191; const PRDBVERSION = 0; diff --git a/rpc-api/vldb.xg b/rpc-api/vldb.xg index 358c759..f79bdd2 100644 --- a/rpc-api/vldb.xg +++ b/rpc-api/vldb.xg @@ -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;