1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-02-24 04:12:20 +00:00
Peter Krempa d6d4c08daf util: hash: Change type of hash table name/key to 'char'
All users of virHashTable pass strings as the name/key of the entry.
Make this an official requirement by turning the variables to 'const
char *'.

For any other case it's better to use glib's GHashTable.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
2020-10-22 15:02:46 +02:00
..
2020-10-20 14:48:02 -04:00
2020-06-10 14:00:38 +02:00
2020-07-10 09:40:58 +02:00
2020-07-10 09:40:58 +02:00
2020-02-24 23:15:50 +01:00
2020-10-20 14:48:02 -04:00
2020-10-20 14:48:02 -04:00
2020-06-10 14:00:38 +02:00
2020-02-24 23:15:50 +01:00
2020-10-14 11:23:30 +02:00