Changeset 97c9da8 in mainline


Ignore:
Timestamp:
2009-03-02T17:27:19Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
19b28b0
Parents:
c7bbd8f8
Message:

blocking connection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libblock/libblock.c

    rc7bbd8f8 r97c9da8  
    2828 */
    2929
    30 /** @addtogroup libblock 
     30/** @addtogroup libblock
    3131 * @{
    32  */ 
     32 */
    3333/**
    3434 * @file
     
    3636 */
    3737
    38 #include "libblock.h" 
     38#include "libblock.h"
    3939#include "../../srv/vfs/vfs.h"
    4040#include "../../srv/rd/rd.h"
     
    147147                return ENOMEM;
    148148        }
    149         dev_phone = ipc_connect_me_to(PHONE_NS, SERVICE_DEVMAP,
     149        dev_phone = ipc_connect_me_to_blocking(PHONE_NS, SERVICE_DEVMAP,
    150150            DEVMAP_CONNECT_TO_DEVICE, dev_handle);
    151151
Note: See TracChangeset for help on using the changeset viewer.