Rev 1503 | Rev 1532 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1503 | Rev 1518 | ||
---|---|---|---|
Line 604... | Line 604... | ||
604 | msg->done = 0; |
604 | msg->done = 0; |
605 | msg->dataptr = dataptr; |
605 | msg->dataptr = dataptr; |
606 | 606 | ||
607 | msg->wdata.active = 1; /* We may sleep in next method, but it |
607 | msg->wdata.active = 1; /* We may sleep in next method, but it |
608 | * will use it's own mechanism */ |
608 | * 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); |
610 | 610 | ||
611 | return (aid_t) msg; |
611 | return (aid_t) msg; |
612 | } |
612 | } |
613 | 613 | ||
614 | /** Wait for a message sent by async framework |
614 | /** Wait for a message sent by async framework |