pmap stack detection

This commit is contained in:
albert
2004-01-26 20:01:56 +00:00
parent 391518de30
commit 1e1218cca8
5 changed files with 63 additions and 20 deletions

View File

@ -209,6 +209,9 @@ extern void look_up_our_self(proc_t *p);
extern void freeproc(proc_t* p);
//fill out a proc_t for a single task
extern proc_t * get_proc_stats(pid_t pid, proc_t *p);
// openproc/readproctab:
//
// Return PROCTAB* / *proc_t[] or NULL on error ((probably) "/proc" cannot be