Rev 4348 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4348 | Rev 4389 | ||
---|---|---|---|
Line 808... | Line 808... | ||
808 | return 0; |
808 | return 0; |
809 | 809 | ||
810 | msg->done = false; |
810 | msg->done = false; |
811 | msg->dataptr = dataptr; |
811 | msg->dataptr = dataptr; |
812 | 812 | ||
- | 813 | msg->wdata.inlist = false; |
|
813 | /* We may sleep in the next method, but it will use its own mechanism */ |
814 | /* We may sleep in the next method, but it will use its own mechanism */ |
814 | msg->wdata.active = true; |
815 | msg->wdata.active = true; |
815 | 816 | ||
816 | ipc_call_async_4(phoneid, method, arg1, arg2, arg3, arg4, msg, |
817 | ipc_call_async_4(phoneid, method, arg1, arg2, arg3, arg4, msg, |
817 | reply_received, true); |
818 | reply_received, true); |
Line 847... | Line 848... | ||
847 | return 0; |
848 | return 0; |
848 | 849 | ||
849 | msg->done = false; |
850 | msg->done = false; |
850 | msg->dataptr = dataptr; |
851 | msg->dataptr = dataptr; |
851 | 852 | ||
- | 853 | msg->wdata.inlist = false; |
|
852 | /* We may sleep in next method, but it will use its own mechanism */ |
854 | /* We may sleep in next method, but it will use its own mechanism */ |
853 | msg->wdata.active = true; |
855 | msg->wdata.active = true; |
854 | 856 | ||
855 | ipc_call_async_5(phoneid, method, arg1, arg2, arg3, arg4, arg5, msg, |
857 | ipc_call_async_5(phoneid, method, arg1, arg2, arg3, arg4, arg5, msg, |
856 | reply_received, true); |
858 | reply_received, true); |