GUACAMOLE-25: Add status code reporting the normal closure of a resource.
This commit is contained in:
parent
166eba11b7
commit
5030c0603a
@ -87,6 +87,12 @@ typedef enum guac_protocol_status {
|
||||
*/
|
||||
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
|
||||
* given.
|
||||
|
Loading…
Reference in New Issue
Block a user