[Spice-devel] [PATCH spice-server 03/22] reds: use bool for RedsState::seamless_migration_enabled

Frediano Ziglio fziglio at redhat.com
Fri Jun 16 09:13:15 UTC 2017


Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 server/reds-private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/reds-private.h b/server/reds-private.h
index 0b5a1b4..78571ac 100644
--- a/server/reds-private.h
+++ b/server/reds-private.h
@@ -109,7 +109,7 @@ struct RedsState {
 
     int vm_running;
     GList *char_devices; /* list of SpiceCharDeviceState */
-    int seamless_migration_enabled; /* command line arg */
+    bool seamless_migration_enabled; /* command line arg */
 
     SSL_CTX *ctx;
 
-- 
2.9.4



More information about the Spice-devel mailing list