]> Git Repo - qemu.git/commit - qapi/qobject-input-visitor.c
qapi: g_hash_table_find() instead of GHashTableIter.
authorNODA, Kai <[email protected]>
Sat, 21 Apr 2012 13:41:27 +0000 (22:41 +0900)
committerLuiz Capitulino <[email protected]>
Mon, 23 Apr 2012 16:03:45 +0000 (13:03 -0300)
commit57a33d89672d7c6b1864185652b7cae0747f8323
treef67dd7082660465bf9d5f80ca41ce996d59c441c
parentdb58f9c0605fa151b8c4d691aa9ff4c6cf0de62e
qapi: g_hash_table_find() instead of GHashTableIter.

GHashTableIter was first introduced in glib 2.16.
This patch removes it in favor of older g_hash_table_find()
for better compatibility with RHEL5.

Signed-off-by: NODA, Kai <[email protected]>
Signed-off-by: Luiz Capitulino <[email protected]>
qapi/qmp-input-visitor.c
This page took 0.024038 seconds and 4 git commands to generate.