[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] Looking for PPIDs in /proc



Hi to everybody!

I hope some of you can help me, my problem is this one:

I would like to see the parent's PID of each process in "/proc" from
one application that i am coding.
I found a method that works for some unix systems which it uses a
structure called psinfo_t,  but i think it doesn't exist in FreeMiNT.
Is there something similar to the process info structure (psinfo_t)
that i can use?
or do you know any method to go through the process table and check
the parents ID of each process running?

Thank you

David