Changeset 8026731 in mainline


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

blocking connection to cir_service

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/kbd/generic/kbd.c

    r19b28b0 r8026731  
    184184        if (cir_service) {
    185185                while (cir_phone < 0) {
    186                         cir_phone = ipc_connect_me_to(PHONE_NS, cir_service,
     186                        cir_phone = ipc_connect_me_to_blocking(PHONE_NS, cir_service,
    187187                            0, 0);
    188188                }
Note: See TracChangeset for help on using the changeset viewer.