necouchman commented on a change in pull request #228: GUACAMOLE-221: Implement
guacd support for prompting
URL: https://github.com/apache/guacamole-server/pull/228#discussion_r370983428
##########
File path: src/protocols/rdp/rdp.h
##########
@@ -166,6 +181,17 @@ typedef struct guac_rdp_client {
* reallocated during reconnection.
*/
pthread_mutex_t rdp_lock;
+
+ /**
+ * Condition which is used when the pthread needs to wait for a
+ * particular condition to be met.
Review comment:
Okay, I've redefined this to be more specific to credential gathering.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services