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