diff options
author | Jeremie Koenig <jk@jk.fr.eu.org> | 2010-08-17 12:49:33 +0000 |
---|---|---|
committer | Jeremie Koenig <jk@jk.fr.eu.org> | 2010-08-30 14:14:48 +0200 |
commit | 3907bbbcfb806799a5349e46a2b804307a0e9836 (patch) | |
tree | 94aac58b745f98a4362f4ba56af83205b08391d2 /proclist.h | |
parent | 56ba0ac1e3a3f32763060ab862a6f0054c8a50bf (diff) |
Add the list of processes as a directory
* proclist.h, proclist.c: New files.
* main.c: Add a proclist directory based on them.
* Makefile: Include the proclist module.
Diffstat (limited to 'proclist.h')
-rw-r--r-- | proclist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proclist.h b/proclist.h new file mode 100644 index 00000000..a766d50e --- /dev/null +++ b/proclist.h @@ -0,0 +1,2 @@ +#include <hurd/hurd_types.h> +struct node *proclist_make_node (process_t process); |