Changeset b688fd8 in mainline for uspace/srv/hid/remcons/remcons.c
- Timestamp:
- 2015-08-17T18:54:56Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- abf2dfd
- Parents:
- b10460a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/remcons/remcons.c
rb10460a rb688fd8 348 348 inet_ep_t ep; 349 349 350 async_set_ client_connection(client_connection);350 async_set_fallback_port_handler(client_connection, NULL); 351 351 rc = loc_server_register(NAME); 352 352 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.