summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorJeremie Koenig <jk@jk.fr.eu.org>2010-08-22 21:23:36 +0000
committerJeremie Koenig <jk@jk.fr.eu.org>2010-08-30 14:29:51 +0200
commit4665f087fde174a9de3e1c3f3de090dd4bfa85e0 (patch)
tree111edd6241a6fc5b493939e9379f19396a097992 /main.h
parent5714e1cef2584410a7823c7ead9d2435141fb0c4 (diff)
Add a fake-self option to control the self symlink
* main.c (argp_parse, main): Add the --fake-self option. * main.h: Publish it. * rootdir.c (rootdir_gc_fakeself, rootdir_entries, rootdir_create_node): Use it.
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 6669d32..361380b 100644
--- a/main.h
+++ b/main.h
@@ -1,3 +1,4 @@
/* Startup options */
extern int opt_clk_tck;
extern mode_t opt_stat_mode;
+extern pid_t opt_fake_self;