
22 Oct
2020
22 Oct
'20
7:54 a.m.
On Thu, Oct 22, 2020 at 11:35:05AM +0200, Peter Krempa wrote:
Since we use virHashTable for string-keyed values only, we can remove all the callbacks which allowed universal keys.
Code which wishes to use non-string keys should use glib's GHashTable.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/util/virhash.c | 68 +++++++--------------------------------------- src/util/virhash.h | 54 ------------------------------------ 2 files changed, 10 insertions(+), 112 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>