blob: 8c2ee63617c17a5d1c03f33a2bda26b0e7d8c241 (
plain)
1
2
3
4
5
6
7
8
|
#include <ps.h>
/* Create a node for a directory representing the given PID, as published by
the proc server refrenced by the libps context PC. On success, returns the
newly created node in *NP. */
error_t
process_lookup_pid (struct ps_context *pc, pid_t pid, struct node **np);
|