diff options
author | Frediano Ziglio <fziglio@redhat.com> | 2015-12-09 13:17:42 +0000 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2015-12-10 17:22:59 +0000 |
commit | b12187b332123da383f52748e2865e0309d45d76 (patch) | |
tree | 0009f37139820733e8d57d7073880ad8ed32742d /server/spicevmc.c | |
parent | c8010f020105ba6b81f6d9521003cd142fd3ba02 (diff) |
channel: rename red_channel_(client_)waits_* functions
Make clear that these funcion are just checking a condition.
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
Diffstat (limited to 'server/spicevmc.c')
-rw-r--r-- | server/spicevmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/spicevmc.c b/server/spicevmc.c index 23a81f0d..e38863ac 100644 --- a/server/spicevmc.c +++ b/server/spicevmc.c @@ -488,7 +488,7 @@ static void spicevmc_connect(RedChannel *channel, RedClient *client, } if (!spice_char_device_client_add(state->chardev_st, client, FALSE, 0, ~0, ~0, - red_channel_client_waits_for_migrate_data(rcc))) { + red_channel_client_is_waiting_for_migrate_data(rcc))) { spice_warning("failed to add client to spicevmc"); red_channel_client_disconnect(rcc); return; |