GUACAMOLE-25: Add status code reporting the normal closure of a resource.

This commit is contained in:
Michael Jumper 2016-05-02 00:09:17 -07:00
parent 166eba11b7
commit 5030c0603a

View File

@ -87,6 +87,12 @@ typedef enum guac_protocol_status {
*/ */
GUAC_PROTOCOL_STATUS_RESOURCE_CONFLICT = 0x205, GUAC_PROTOCOL_STATUS_RESOURCE_CONFLICT = 0x205,
/**
* The operation could not be performed as the requested resource is now
* closed.
*/
GUAC_PROTOCOL_STATUS_RESOURCE_CLOSED = 0x0206,
/** /**
* The operation could not be performed because bad parameters were * The operation could not be performed because bad parameters were
* given. * given.