Changeset 566992e1 in mainline for uspace/lib/c/generic/loader.c


Ignore:
Timestamp:
2015-08-22T05:01:24Z (9 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d9e68d0
Parents:
57dea62
Message:

extremely rudimentary support for interfaces and ports
(does not do much, but it is backward and forward compatible)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/loader.c

    r57dea62 r566992e1  
    6969       
    7070        async_sess_t *sess =
    71             service_connect_blocking(EXCHANGE_SERIALIZE, SERVICE_LOAD, 0);
     71            service_connect_blocking_iface_extended(SERVICE_LOADER,
     72            INTERFACE_LOADER, 0);
    7273        if (sess == NULL) {
    7374                free(ldr);
Note: See TracChangeset for help on using the changeset viewer.