mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
spice: move display_add_client() to QemuSpiceOps.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20201019075224.14803-8-kraxel@redhat.com
This commit is contained in:
parent
08ad262643
commit
864a024c69
5 changed files with 11 additions and 8 deletions
|
@ -29,6 +29,7 @@ struct QemuSpiceOps {
|
|||
int (*set_passwd)(const char *passwd,
|
||||
bool fail_if_connected, bool disconnect_if_connected);
|
||||
int (*set_pw_expire)(time_t expires);
|
||||
int (*display_add_client)(int csock, int skipauth, int tls);
|
||||
#ifdef CONFIG_SPICE
|
||||
int (*add_interface)(SpiceBaseInstance *sin);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue