commit | 78255ba2cc00f41d96aa2911933764f59f24c958 | [log] [tgz] |
---|---|---|
author | Emilio G. Cota <cota@braap.org> | Mon Sep 10 13:06:12 2018 -0400 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Sep 26 08:55:54 2018 -0700 |
tree | 06b33056d900b7cdc79ac7d8540461c6768a4c15 | |
parent | ca8897a44cda60693e66085f1e916e76b94400df [diff] |
qht: drop ht argument from qht iterators Accessing the HT from an iterator results almost always in a deadlock. Given that only one qht-internal function uses this argument, drop it from the interface. Suggested-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>