Changeset b688fd8 in mainline for uspace/srv/bd/file_bd/file_bd.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/bd/file_bd/file_bd.c
rb10460a rb688fd8 157 157 bd_srvs.ops = &file_bd_ops; 158 158 159 async_set_ client_connection(file_bd_connection);159 async_set_fallback_port_handler(file_bd_connection, NULL); 160 160 int rc = loc_server_register(NAME); 161 161 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.