aleitner commented on code in PR #610:
URL: https://github.com/apache/guacamole-server/pull/610#discussion_r3198557533


##########
src/libguac/user-handlers.c:
##########
@@ -55,6 +55,9 @@ __guac_instruction_handler_mapping 
__guac_instruction_handler_map[] = {
    {"audio",      __guac_handle_audio},
    {"argv",       __guac_handle_argv},
    {"nop",        __guac_handle_nop},
+   {"usbconnect",    __guac_handle_usbconnect},
+   {"usbdata",       __guac_handle_usbdata},
+   {"usbdisconnect", __guac_handle_usbdisconnect},

Review Comment:
   realigned



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