Rev 1923 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1923 | Rev 1933 | ||
|---|---|---|---|
| Line 106... | Line 106... | ||
| 106 | list_initialize(&box->connected_phones); |
106 | list_initialize(&box->connected_phones); |
| 107 | list_initialize(&box->calls); |
107 | list_initialize(&box->calls); |
| 108 | list_initialize(&box->dispatched_calls); |
108 | list_initialize(&box->dispatched_calls); |
| 109 | list_initialize(&box->answers); |
109 | list_initialize(&box->answers); |
| 110 | list_initialize(&box->irq_notifs); |
110 | list_initialize(&box->irq_notifs); |
| - | 111 | list_initialize(&box->irq_head); |
|
| 111 | box->task = TASK; |
112 | box->task = TASK; |
| 112 | } |
113 | } |
| 113 | 114 | ||
| 114 | /** Connect phone to answerbox */ |
115 | /** Connect phone to answerbox */ |
| 115 | void ipc_phone_connect(phone_t *phone, answerbox_t *box) |
116 | void ipc_phone_connect(phone_t *phone, answerbox_t *box) |