]> git.proxmox.com Git - mirror_qemu.git/commit
qht: constify arguments to some internal functions
authorEmilio G. Cota <cota@braap.org>
Mon, 10 Sep 2018 17:48:39 +0000 (13:48 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 Sep 2018 15:55:54 +0000 (08:55 -0700)
commit1911c8a3bd550c79339863672ddcf5dbc48d3c16
treeb68869b5a6089eecb5cc3d589ee70f1fa19f5fec
parent6579f10779b5b5ed2e978e7b8cae7bcbf8665254
qht: constify arguments to some internal functions

These functions do not modify their @ht or @bucket arguments.
Constify those arguments.

Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
util/qht.c