Changeset b688fd8 in mainline for uspace/srv/logger/main.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/logger/main.c
rb10460a rb688fd8 74 74 } 75 75 76 async_set_ client_connection(connection_handler);76 async_set_fallback_port_handler(connection_handler, NULL); 77 77 78 78 int rc = service_register(SERVICE_LOGGER);
Note:
See TracChangeset
for help on using the changeset viewer.