Changeset 6df41418 in mainline for kernel/generic/src/ipc/ipc.c
- Timestamp:
- 2018-03-11T07:35:05Z (7 years ago)
- Children:
- 4428d62
- Parents:
- 414e09d
- git-author:
- Jakub Jermar <jakub@…> (2018-02-20 21:29:28)
- git-committer:
- Jakub Jermar <jakub@…> (2018-03-11 07:35:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipc.c
r414e09d r6df41418 63 63 static void ipc_forget_call(call_t *); 64 64 65 /** Open channel that is assigned automatically to new tasks*/66 answerbox_t *ipc_ phone_0 = NULL;65 /** Answerbox that new tasks are automatically connected to */ 66 answerbox_t *ipc_box_0 = NULL; 67 67 68 68 static slab_cache_t *call_cache;
Note:
See TracChangeset
for help on using the changeset viewer.