necouchman commented on code in PR #358:
URL: https://github.com/apache/guacamole-server/pull/358#discussion_r1016686823


##########
src/libguac/guacamole/user.h:
##########
@@ -89,6 +89,12 @@ struct guac_user_info {
      */
     int optimal_resolution;
     
+    /**
+     * The human-readable name of the Guacamole user. If the client does not
+     * provide a name then this will be NULL.
+     */
+    const char* username;

Review Comment:
   Got it - have moved it down.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to