Rev 980 | Rev 1027 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 980 | Rev 1005 | ||
|---|---|---|---|
| Line 59... | Line 59... | ||
| 59 | call_t *call; |
59 | call_t *call; |
| 60 | 60 | ||
| 61 | call = slab_alloc(ipc_call_slab, 0); |
61 | call = slab_alloc(ipc_call_slab, 0); |
| 62 | memsetb((__address)call, sizeof(*call), 0); |
62 | memsetb((__address)call, sizeof(*call), 0); |
| 63 | call->callerbox = &TASK->answerbox; |
63 | call->callerbox = &TASK->answerbox; |
| - | 64 | call->sender = TASK; |
|
| 64 | 65 | ||
| 65 | return call; |
66 | return call; |
| 66 | } |
67 | } |
| 67 | 68 | ||
| 68 | /** Initialize allocated call */ |
69 | /** Initialize allocated call */ |