diff options
-rw-r--r-- | spice/vd_agent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spice/vd_agent.h b/spice/vd_agent.h index b71f7d9..a150a6f 100644 --- a/spice/vd_agent.h +++ b/spice/vd_agent.h @@ -79,6 +79,7 @@ enum { VD_AGENT_FILE_XFER_STATUS_CAN_SEND_DATA, VD_AGENT_FILE_XFER_STATUS_CANCELLED, VD_AGENT_FILE_XFER_STATUS_ERROR, + VD_AGENT_FILE_XFER_STATUS_SUCCESS, }; typedef struct SPICE_ATTR_PACKED VDAgentFileXferStatusMessage { |