Changeset b688fd8 in mainline for uspace/srv/vfs/vfs.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/vfs/vfs.c
rb10460a rb688fd8 181 181 * Set a connection handling function/fibril. 182 182 */ 183 async_set_ client_connection(vfs_connection);183 async_set_fallback_port_handler(vfs_connection, NULL); 184 184 185 185 /*
Note:
See TracChangeset
for help on using the changeset viewer.