diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-10-19 09:52:13 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-10-21 15:46:14 +0200 |
commit | 63be30e6d53e78bbe5e21cbf930014ef4844fb31 (patch) | |
tree | c21989c2142805f241c33b7a368009c98b44c96b /include/ui/qemu-spice-module.h | |
parent | 7477477ca7bbf42588575039edcac852fbdb1d75 (diff) | |
download | qemu-63be30e6d53e78bbe5e21cbf930014ef4844fb31.zip qemu-63be30e6d53e78bbe5e21cbf930014ef4844fb31.tar.gz qemu-63be30e6d53e78bbe5e21cbf930014ef4844fb31.tar.bz2 |
spice: move qemu_spice_init() to QemuSpiceOps.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20201019075224.14803-4-kraxel@redhat.com
Diffstat (limited to 'include/ui/qemu-spice-module.h')
-rw-r--r-- | include/ui/qemu-spice-module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/qemu-spice-module.h b/include/ui/qemu-spice-module.h index 7a9963d..b182bc4 100644 --- a/include/ui/qemu-spice-module.h +++ b/include/ui/qemu-spice-module.h @@ -19,6 +19,7 @@ #define QEMU_SPICE_MODULE_H struct QemuSpiceOps { + void (*init)(void); int (*migrate_info)(const char *h, int p, int t, const char *s); }; |