summaryrefslogtreecommitdiffstats
path: root/src/map/if/if.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/if/if.h')
-rw-r--r--src/map/if/if.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/map/if/if.h b/src/map/if/if.h
index a42c1d79..54bc9206 100644
--- a/src/map/if/if.h
+++ b/src/map/if/if.h
@@ -192,12 +192,10 @@ struct If_Man_t_
Tim_Man_t * pManTim;
Vec_Int_t * vCoAttrs; // CO attributes 0=optimize; 1=keep; 2=relax
// hash table for functions
- int nTableSize; // hash table size
- int nTableEntries; // hash table entries
- void ** pHashTable; // hash table bins
- Mem_Fixed_t * pMemEntries; // memory manager for hash table entries
-
-
+ int nTableSize[2]; // hash table size
+ int nTableEntries[2]; // hash table entries
+ void ** pHashTable[2]; // hash table bins
+ Mem_Fixed_t * pMemEntries; // memory manager for hash table entries
// statistics
// int timeTruth;
};