[Spice-commits] server/reds.h

Frediano Ziglio fziglio at kemper.freedesktop.org
Tue Dec 12 07:03:36 UTC 2017


 server/reds.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ebcfa426e4b9a6c801f38a1b1a855c61e2de5670
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Mon Dec 11 09:25:11 2017 +0000

    reds: Fix typo in declaration
    
    recs -> reds
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/server/reds.h b/server/reds.h
index cea002c5..9f17a5ec 100644
--- a/server/reds.h
+++ b/server/reds.h
@@ -80,7 +80,7 @@ void reds_on_main_agent_data(RedsState *reds, MainChannelClient *mcc, const void
                              size_t size);
 void reds_on_main_migrate_connected(RedsState *reds, int seamless); //should be called when all the clients
                                                    // are connected to the target
-bool reds_handle_migrate_data(RedsState *recs, MainChannelClient *mcc,
+bool reds_handle_migrate_data(RedsState *reds, MainChannelClient *mcc,
                               SpiceMigrateDataMain *mig_data, uint32_t size);
 void reds_on_main_mouse_mode_request(RedsState *reds, void *message, size_t size);
 /* migration dest side: returns whether it can support seamless migration


More information about the Spice-commits mailing list