]> Git Repo - qemu.git/commit
module: use g_hash_table_add()
authorMarc-André Lureau <[email protected]>
Mon, 22 Jul 2019 13:10:46 +0000 (17:10 +0400)
committerPaolo Bonzini <[email protected]>
Wed, 21 Aug 2019 14:29:57 +0000 (16:29 +0200)
commit90629122d2ef536290882c71ca16bac3df842ca1
tree51a023f2ecd1ddea03b892049ddfcc6e78820824
parentc932ce3144d92b3032336d02b59e6a14be68098d
module: use g_hash_table_add()

The hashtable is used like a set, use the convenience
g_hash_table_add() function.

Signed-off-by: Marc-André Lureau <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
util/module.c
This page took 0.021011 seconds and 4 git commands to generate.