mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-07 19:22:00 +00:00
controller: mark as deprecated
This patch deprecates this interface and suggests to drop it in the
next release.
The last known user of this interface was spice-gtk, which dropped its
implementation in 2017-08-01 with
spice-gtk@8da3378f "build-sys: remove the spice-controller library"
The commit log there has good enough justification to also drop this
in the protocol.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
045a6978d6
commit
2981f214d3
@ -22,6 +22,10 @@
|
|||||||
#include <spice/types.h>
|
#include <spice/types.h>
|
||||||
#include <spice/start-packed.h>
|
#include <spice/start-packed.h>
|
||||||
|
|
||||||
|
#ifndef SPICE_DISABLE_DEPRECATED
|
||||||
|
#error "This SPICE interface is deprecated"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define CONTROLLER_MAGIC SPICE_MAGIC_CONST("CTRL")
|
#define CONTROLLER_MAGIC SPICE_MAGIC_CONST("CTRL")
|
||||||
#define CONTROLLER_VERSION 1
|
#define CONTROLLER_VERSION 1
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user