Changes in uspace/srv/hid/rfb/main.c [b688fd8:fab2746] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/rfb/main.c
rb688fd8 rfab2746 215 215 vis->dev_ctx = NULL; 216 216 217 async_set_ fallback_port_handler(client_connection, NULL);217 async_set_client_connection(client_connection); 218 218 219 219 int rc = loc_server_register(NAME);
Note:
See TracChangeset
for help on using the changeset viewer.