Changeset b1f51f0 in mainline for libc/generic/async.c


Ignore:
Timestamp:
2006-06-02T16:09:18Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b917098
Parents:
a116ef22
Message:

Changed recommended way of asynchronous communication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/async.c

    ra116ef22 rb1f51f0  
    607607        msg->wdata.active = 1; /* We may sleep in next method, but it
    608608                                * will use it's own mechanism */
    609         ipc_call_async_2(phoneid,method,arg1,arg2,msg,reply_received);
     609        ipc_call_async_2(phoneid,method,arg1,arg2,msg,reply_received,1);
    610610
    611611        return (aid_t) msg;
Note: See TracChangeset for help on using the changeset viewer.