commit | 57a33d89672d7c6b1864185652b7cae0747f8323 | [log] [tgz] |
---|---|---|
author | NODA, Kai <nodakai@gmail.com> | Sat Apr 21 22:41:27 2012 +0900 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Mon Apr 23 13:03:45 2012 -0300 |
tree | f67dd7082660465bf9d5f80ca41ce996d59c441c | |
parent | db58f9c0605fa151b8c4d691aa9ff4c6cf0de62e [diff] |
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 <nodakai@gmail.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>