Changeset fb13b44 in mainline for kernel/generic/src/ipc/ipc.c


Ignore:
Timestamp:
2019-08-06T19:57:27Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
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)
Message:

Spawned tasks' phone is connected to spawning task

  • Only boot time tasks are connected to hardcoded NS task.
  • First connected phone of other tasks is connected to the task that spawned them (spawn parent).
  • Until further changes, effectively it changes nothing (NS was the ultimate spawn parent).

Conflicts:

kernel/generic/include/proc/program.h
kernel/generic/src/ipc/ipc.c
kernel/generic/src/proc/program.c
kernel/generic/src/proc/task.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/ipc.c

    rd89b259 rfb13b44  
    6565static void ipc_forget_call(call_t *);
    6666
    67 /** Answerbox that new tasks are automatically connected to */
     67/** Answerbox that is assigned to boot-time tasks */
    6868answerbox_t *ipc_box_0 = NULL;
    6969
Note: See TracChangeset for help on using the changeset viewer.