Introduce new error statuses to report more info to clients: VD_AGENT_FILE_XFER_STATUS_SESSION_LOCKED, VD_AGENT_FILE_XFER_STATUS_NO_AGENT These are only sent to clients that feature VD_AGENT_CAP_FILE_XFER_DETAILED_ERRORS capability. --- spice/vd_agent.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spice/vd_agent.h b/spice/vd_agent.h index 2a168d0..c94395e 100644 --- a/spice/vd_agent.h +++ b/spice/vd_agent.h @@ -100,6 +100,8 @@ enum { VD_AGENT_FILE_XFER_STATUS_ERROR, VD_AGENT_FILE_XFER_STATUS_SUCCESS, VD_AGENT_FILE_XFER_STATUS_NOT_ENOUGH_SPACE, + VD_AGENT_FILE_XFER_STATUS_SESSION_LOCKED, + VD_AGENT_FILE_XFER_STATUS_NO_AGENT, }; typedef struct SPICE_ATTR_PACKED VDAgentFileXferStatusMessage { -- 2.9.4 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel