Rev 1705 | Rev 1735 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1705 | Rev 1708 | ||
|---|---|---|---|
| Line 207... | Line 207... | ||
| 207 | waitq_wakeup(&box->wq, 0); |
207 | waitq_wakeup(&box->wq, 0); |
| 208 | } |
208 | } |
| 209 | 209 | ||
| 210 | /** Send a asynchronous request using phone to answerbox |
210 | /** Send a asynchronous request using phone to answerbox |
| 211 | * |
211 | * |
| 212 | * @param phone Phone connected to answerbox |
212 | * @param phone Phone connected to answerbox. |
| 213 | * @param request Request to be sent |
213 | * @param call Structure representing the call. |
| 214 | */ |
214 | */ |
| 215 | int ipc_call(phone_t *phone, call_t *call) |
215 | int ipc_call(phone_t *phone, call_t *call) |
| 216 | { |
216 | { |
| 217 | answerbox_t *box; |
217 | answerbox_t *box; |
| 218 | 218 | ||