diff options
author | Frediano Ziglio <fziglio@redhat.com> | 2016-04-01 11:46:53 +0100 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2016-04-01 14:33:54 +0100 |
commit | 742612f34d52722ec00d79c76ff5020051533144 (patch) | |
tree | e91823ac4e053d4fb8e158cd80c0b6c72b20bb86 /server/spicevmc.c | |
parent | b248815119e4b9aacb9931261f26129f28e7f882 (diff) |
Rename SpiceCharDeviceCallbacks to RedCharDeviceCallbacks
The structure is an internal one so should not have the Spice prefix
but use the Red one.
Acked-by: Pavel Grunt <pgrunt@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 d1e8222e..3d5baea8 100644 --- a/server/spicevmc.c +++ b/server/spicevmc.c @@ -507,7 +507,7 @@ RedCharDevice *spicevmc_device_connect(RedsState *reds, SpiceVmcState *state; ChannelCbs channel_cbs = { NULL, }; ClientCbs client_cbs = { NULL, }; - SpiceCharDeviceCallbacks char_dev_cbs = {NULL, }; + RedCharDeviceCallbacks char_dev_cbs = {NULL, }; channel_cbs.config_socket = spicevmc_red_channel_client_config_socket; channel_cbs.on_disconnect = spicevmc_red_channel_client_on_disconnect; |