Changeset b688fd8 in mainline for uspace/srv/locsrv/locsrv.c
- Timestamp:
- 2015-08-17T18:54:56Z (10 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/locsrv/locsrv.c
rb10460a rb688fd8 1537 1537 1538 1538 /* Set a handler of incomming connections */ 1539 async_set_ client_connection(loc_connection);1539 async_set_fallback_port_handler(loc_connection, NULL); 1540 1540 1541 1541 /* Register location service at naming service */
Note:
See TracChangeset
for help on using the changeset viewer.