change hash "bytes to cache" to cachesize for consistency
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 12 Mar 1991 08:06:17 +0000 (00:06 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 12 Mar 1991 08:06:17 +0000 (00:06 -0800)
SCCS-vsn: include/db.h 5.7

usr/src/include/db.h

index b4781cc..4a08127 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)db.h        5.6 (Berkeley) %G%
+ *     @(#)db.h        5.7 (Berkeley) %G%
  */
 
 #ifndef _DB_H_
  */
 
 #ifndef _DB_H_
@@ -66,7 +66,7 @@ typedef struct {
        int bsize;              /* bucket size */
        int ffactor;            /* fill factor */
        int nelem;              /* number of elements */
        int bsize;              /* bucket size */
        int ffactor;            /* fill factor */
        int nelem;              /* number of elements */
-       int ncached;            /* bytes to cache */
+       int cachesize;          /* bytes to cache */
        int (*hash)();          /* hash function */
        int lorder;             /* byte order */
 } HASHINFO;
        int (*hash)();          /* hash function */
        int lorder;             /* byte order */
 } HASHINFO;