Archived
1
0
Fork 0
Commit graph

2 commits

Author SHA1 Message Date
Henrik Hautakoski
223706d52f hash: Replace struct with a primitive type for hash values.
Remove the struct hash_entry and define a new type for hash values.
Most likely we will only need one member in this struct. and instead
of just using unsinged int. let's name a new type for clarity.
2012-08-22 15:42:20 +02:00
Henrik Hautakoski
5193e8453c hash.c: refactor out common hash table code
both dlhist.c and proc-cache.c uses similar hash table code.
factor this out into a helper interface.
2012-04-11 21:09:28 +02:00