Changeset 2d5a54f3 in mainline for generic/src/ipc/ipc.c
- Timestamp:
- 2006-03-16T00:25:50Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2fb49101
- Parents:
- c23502d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/ipc/ipc.c
rc23502d r2d5a54f3 72 72 call->callerbox = &TASK->answerbox; 73 73 call->flags = IPC_CALL_STATIC_ALLOC; 74 call->sender = TASK; 74 75 } 75 76 … … 90 91 list_initialize(&box->dispatched_calls); 91 92 list_initialize(&box->answers); 93 box->task = TASK; 92 94 } 93 95
Note:
See TracChangeset
for help on using the changeset viewer.