Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1026 → Rev 1027

/kernel/trunk/generic/src/ipc/ipc.c
71,6 → 71,7
{
call->callerbox = &TASK->answerbox;
call->flags = IPC_CALL_STATIC_ALLOC;
call->sender = TASK;
}
 
/** Deallocate call stracuture */
89,6 → 90,7
list_initialize(&box->calls);
list_initialize(&box->dispatched_calls);
list_initialize(&box->answers);
box->task = TASK;
}
 
/** Initialize phone structure and connect phone to naswerbox