summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-06-04 14:54:50 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-06-04 14:54:50 +0200
commit33a2de703db162af0c3d77593d560f3a8e7f1b95 (patch)
tree27faa858db7496fce73e9b3faf820e3a2ae89c13 /src/fastd.h
parent813535cfe40e103a79b1f24f66ee2b1cac58ae05 (diff)
downloadfastd-33a2de703db162af0c3d77593d560f3a8e7f1b95.tar
fastd-33a2de703db162af0c3d77593d560f3a8e7f1b95.zip
Add pidfile support
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fastd.h b/src/fastd.h
index fbf86ab..2edfcfe 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -174,6 +174,8 @@ struct _fastd_config {
char *on_disestablish_dir;
bool daemon;
+ char *pid_file;
+
bool machine_readable;
bool generate_key;
bool show_key;