summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorJeremie Koenig <jk@jk.fr.eu.org>2010-08-23 05:19:19 +0000
committerJeremie Koenig <jk@jk.fr.eu.org>2010-08-30 14:29:51 +0200
commite3707dc9deb28d5144836032a54dbc028247835d (patch)
treed480512d98e76f5e72d5238f286e5604172d303d /main.h
parent0ef322973a8b9dc9c0f5ba8155ad780016f3654f (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.h b/main.h
index 361380b..6ada229 100644
--- a/main.h
+++ b/main.h
@@ -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;