Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx> --- server/spice-qxl.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/spice-qxl.h b/server/spice-qxl.h index e1f14e7..55b164a 100644 --- a/server/spice-qxl.h +++ b/server/spice-qxl.h @@ -166,7 +166,12 @@ struct QXLInterface { void (*set_mm_time)(QXLInstance *qin, uint32_t mm_time) SPICE_GNUC_DEPRECATED; void (*get_init_info)(QXLInstance *qin, QXLDevInitInfo *info); + /* request a new command + * call should be no blocking, in this case should return NULL */ int (*get_command)(QXLInstance *qin, struct QXLCommandExt *cmd); + /* request notification for new commands + * spice-server handled all commands + * returns false if now other commands are available */ int (*req_cmd_notification)(QXLInstance *qin); void (*release_resource)(QXLInstance *qin, struct QXLReleaseInfoExt release_info); int (*get_cursor_command)(QXLInstance *qin, struct QXLCommandExt *cmd); -- 2.4.3 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel