Small optimization
[tedtools.git] / tbtree.h
index e6169a6..9e75231 100644 (file)
--- a/tbtree.h
+++ b/tbtree.h
@@ -118,7 +118,8 @@ typedef struct {
                readonly:1,
                keylen:11,
                strategy:2,
-               unused:18;
+               unused:2,
+               pointersize:16;
 
        /* cache page subsystem */
        u_int32_t       npage;