Changeset 0dd16778 in mainline for uspace/srv/devman/main.c
- Timestamp:
- 2015-08-22T14:32:11Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f9b2cb4c
- Parents:
- 78bb04b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/main.c
r78bb04b r0dd16778 221 221 devman_forward(iid, icall, false); 222 222 break; 223 case DEVMAN_CONNECT_FROM_LOC:223 case INTERFACE_DDF_CLIENT: 224 224 /* Someone connected through loc node. */ 225 225 devman_connection_loc(iid, icall);
Note:
See TracChangeset
for help on using the changeset viewer.