[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Regarding process creation
Hi all,
I was going through the implementation of fork system call.
Nowhere did i find the task_struct of the newly created process being added to the current process's (i.e parent's) children list.
can somebody point me to the place where this is done?
Thanks,
Phirince