Changeset 0dd16778 in mainline for uspace/srv


Ignore:
Timestamp:
2015-08-22T14:32:11Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f9b2cb4c
Parents:
78bb04b
Message:

start migrating devman to interfaces

Location:
uspace/srv/devman
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/loc.c

    r78bb04b r0dd16778  
    6060       
    6161        loc_service_register_with_iface(loc_pathname,
    62             &fun->service_id, DEVMAN_CONNECT_FROM_LOC);
     62            &fun->service_id, INTERFACE_DDF_CLIENT);
    6363       
    6464        tree_add_loc_function(tree, fun);
  • uspace/srv/devman/main.c

    r78bb04b r0dd16778  
    221221                devman_forward(iid, icall, false);
    222222                break;
    223         case DEVMAN_CONNECT_FROM_LOC:
     223        case INTERFACE_DDF_CLIENT:
    224224                /* Someone connected through loc node. */
    225225                devman_connection_loc(iid, icall);
Note: See TracChangeset for help on using the changeset viewer.