How to get pointer of task_struct corresponding to a pid value.
Hi Guys,
I have written a kernel module code.where I have list of pid (process ids) stored in a Singular link list. I want to know if processes corresponding to its pids is alive or killed.in order to meet this requirement I need pointer of task_struct corresponding to the pid.
Also if any one know about what is namespace in linux OS??
Please help me.
Regards
Rach D
|