diff options
author | Frediano Ziglio <fziglio@redhat.com> | 2019-08-20 18:59:22 +0100 |
---|---|---|
committer | Frediano Ziglio <freddy77@gmail.com> | 2024-05-28 22:20:15 +0100 |
commit | 77b6a1d7477dee3babd2fb3e1715661a3f17b161 (patch) | |
tree | e481f1008b54a2698ba218ee7a551ac27954387b | |
parent | 7ac99210e6dd2080c494260c3ea403b85cfd37fe (diff) |
STYLE mergevdiport_separation
-rw-r--r-- | server/vdiport.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server/vdiport.h b/server/vdiport.h index 81234c47..d4fe40b3 100644 --- a/server/vdiport.h +++ b/server/vdiport.h @@ -22,8 +22,6 @@ #include "push-visibility.h" -typedef struct RedVDIPort RedVDIPort; - /* * What this class should do? * This class handle the character device "com.redhat.spice.0". @@ -71,7 +69,7 @@ typedef struct MainChannelClient MainChannelClient; */ RedVDIPort *vdi_port_new(RedsState *reds); RedCharDevice *vdi_port_attach_agent(RedVDIPort *dev, SpiceCharDeviceInstance *sin, - struct MainChannel *main_channel, MainChannelClient *mcc); + MainChannel *main_channel, MainChannelClient *mcc); /* Forward information from global state to the VDIPort */ void vdi_port_update_filters(RedVDIPort *dev); void vdi_port_set_agent_file_xfer(RedVDIPort *dev, bool enabled); |