Commit 14be7fce authored by Nils Goroll's avatar Nils Goroll Committed by Dridi Boukelmoune

add a lookup enum never to escape HSH_Lookup

This is caught by

	assert(lr == HSH_HIT || lr == HSH_GRACE);

in cnt_lookup()
parent 7519d533
......@@ -50,6 +50,7 @@ struct hash_slinger {
};
enum lookup_e {
HSH_CONTINUE,
HSH_MISS,
HSH_BUSY,
HSH_HIT,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment