diff options
author | Michael Schroeder <mls@suse.de> | 2013-04-05 17:00:30 +0200 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2013-04-05 17:00:30 +0200 |
commit | 2a817e5ea2c58e86bc897bc4a80a945ba8b3a9cc (patch) | |
tree | 965b86e00602bfff1181b4df43bdcf1359bcb3b4 /src/pool.h | |
parent | 91d23d51236a02edd97c9a1f043dbd186210d6e4 (diff) | |
download | libsolv-2a817e5ea2c58e86bc897bc4a80a945ba8b3a9cc.tar.gz libsolv-2a817e5ea2c58e86bc897bc4a80a945ba8b3a9cc.tar.bz2 libsolv-2a817e5ea2c58e86bc897bc4a80a945ba8b3a9cc.zip |
cleanup hash code, it makes no sense to have an extra type for the mask
Diffstat (limited to 'src/pool.h')
-rw-r--r-- | src/pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ struct _Pool { /* hash for rel unification */ Hashtable relhashtbl; /* hashtable: (name,evr,op)Hash -> Id */ - Hashmask relhashmask; + Hashval relhashmask; Id *languagecache; int languagecacheother; |