From: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> This allow user code to associate data with an interface instance. --- server/spice.h | 1 + 1 file changed, 1 insertion(+) diff --git a/server/spice.h b/server/spice.h index 95053f5..da3de3b 100644 --- a/server/spice.h +++ b/server/spice.h @@ -44,6 +44,7 @@ struct SpiceBaseInterface { }; struct SpiceBaseInstance { const SpiceBaseInterface *sif; + void *user_data; }; #define SPICE_BASE_INSTANCE(sin) ((SpiceBaseInstance*)sin) -- 1.8.3.1 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel