Changeset fb13b44 in mainline for kernel/generic/src/ipc/ipc.c
- Timestamp:
- 2019-08-06T19:57:27Z (5 years ago)
- Children:
- 103939e
- Parents:
- d89b259
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-08-10 08:35:21)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-06 19:57:27)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipc.c
rd89b259 rfb13b44 65 65 static void ipc_forget_call(call_t *); 66 66 67 /** Answerbox that new tasks are automatically connected to*/67 /** Answerbox that is assigned to boot-time tasks */ 68 68 answerbox_t *ipc_box_0 = NULL; 69 69
Note:
See TracChangeset
for help on using the changeset viewer.