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

Re: [MiNT] Finding ppid



Am 27.08.2009, 15:58 Uhr, schrieb Jo Even Skarstein <joska@online.no>:

I should have been more precise. I need to find the ppid of ANY process, not just the calling process.

There is a "dirty" way. Like the old top does. It uses /proc and Fnctl.

You will have access to the kernel-structure proc then.

But I would also like to know whats wrong with /kern. Is it too slow?

-Helmut