Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1517 → Rev 1518

/uspace/trunk/libc/generic/async.c
606,7 → 606,7
 
msg->wdata.active = 1; /* We may sleep in next method, but it
* will use it's own mechanism */
ipc_call_async_2(phoneid,method,arg1,arg2,msg,reply_received);
ipc_call_async_2(phoneid,method,arg1,arg2,msg,reply_received,1);
 
return (aid_t) msg;
}