diff options
Diffstat (limited to 'process.h')
-rw-r--r-- | process.h | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,2 +1,8 @@ -struct node * -process_make_node (process_t procserv, pid_t pid); +#include <hurd.h> + +/* Create a node for a directory representing information available at + the proc server PROC for the given PID. On success, returns the + newly created node in *NP. */ +error_t +process_lookup_pid (process_t proc, pid_t pid, struct node **np); + |