summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2013-04-05 17:00:30 +0200
committerMichael Schroeder <mls@suse.de>2013-04-05 17:00:30 +0200
commit2a817e5ea2c58e86bc897bc4a80a945ba8b3a9cc (patch)
tree965b86e00602bfff1181b4df43bdcf1359bcb3b4 /src/pool.h
parent91d23d51236a02edd97c9a1f043dbd186210d6e4 (diff)
downloadlibsolv-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pool.h b/src/pool.h
index 77808bd..bed2052 100644
--- a/src/pool.h
+++ b/src/pool.h
@@ -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;