]> Git Repo - qemu.git/commit
migration: Fix compilation with older compilers
authorJuan Quintela <[email protected]>
Wed, 14 Jun 2017 08:34:34 +0000 (10:34 +0200)
committerJuan Quintela <[email protected]>
Wed, 14 Jun 2017 09:08:55 +0000 (11:08 +0200)
commit68a4a2fda1e698414fc40d264c387dbce3391915
treeb2fca2f5b5b6578c420c9199c4b77065bbd0a724
parent3f0602927b120a480b35dcf58cf6f95435b3ae91
migration: Fix compilation with older compilers

That typedefs are needed on both files.  New compilers (F25 where I
work) don't complain about repeating a typedef.  But older ones
complain.

Signed-off-by: Juan Quintela <[email protected]>
Reviewed-by: Greg Kurz <[email protected]>
include/migration/register.h
include/migration/vmstate.h
include/qemu/typedefs.h
This page took 0.026023 seconds and 4 git commands to generate.