aboutsummaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-02-02 14:21:44 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2006-02-02 14:21:44 +0100
commit34b17d9b8901b72439167b99d780c481ce420e33 (patch)
treed04b9d40c66b16c170966df19e3f58c7c778e26d /conf.h
parent8365610bb2013d3478214511910daceabd29ad09 (diff)
Added PID-file code.
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index d6460901..e852dbef 100644
--- a/conf.h
+++ b/conf.h
@@ -42,6 +42,7 @@ typedef struct conf
char *hostname;
char *configdir;
char *plugindir;
+ char *pidfile;
char *motdfile;
char *primary_storage;
char **migrate_storage;