diff options
author | Jeremie Koenig <jk@jk.fr.eu.org> | 2010-08-23 05:19:19 +0000 |
---|---|---|
committer | Jeremie Koenig <jk@jk.fr.eu.org> | 2010-08-30 14:29:51 +0200 |
commit | d87eae321df3f434ea9b6cf96c2437c8b9a7b23d (patch) | |
tree | 0e155af8876179af5ee4f5cb4b486c7f637497e5 /main.h | |
parent | c8d73b6e554d6bf1492b10a063e8e35a9cb002c2 (diff) |
Add a global cmdline file
* main.c (argp_parser, main): Add the --kernel-pid option.
* main.h: Publish it.
* rootdir.c (rootdir_gc_cmdline): New function.
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,4 @@ extern int opt_clk_tck; extern mode_t opt_stat_mode; extern pid_t opt_fake_self; +extern pid_t opt_kernel_pid; |