From mint-bounce@lists.fishpool.fi Tue Apr 29 22:30:36 2008 Message-ID: <8cf5b8cc0804291032m7b8228abhcfdfa63e01491c6b@mail.gmail.com> Date: Tue, 29 Apr 2008 19:32:41 +0200 From: "David Galvez" To: "MiNT mailing list" Subject: [MiNT] Looking for PPIDs in /proc MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: dgalvez75@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: 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