From 5030c0603a9d8aa4a65c31afcb20e50ca71136f4 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 2 May 2016 00:09:17 -0700 Subject: [PATCH] GUACAMOLE-25: Add status code reporting the normal closure of a resource. --- src/libguac/guacamole/protocol-types.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/libguac/guacamole/protocol-types.h b/src/libguac/guacamole/protocol-types.h index ee9c6683..ea76910d 100644 --- a/src/libguac/guacamole/protocol-types.h +++ b/src/libguac/guacamole/protocol-types.h @@ -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.