diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-02-02 14:21:44 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-02-02 14:21:44 +0100 |
commit | 34b17d9b8901b72439167b99d780c481ce420e33 (patch) | |
tree | d04b9d40c66b16c170966df19e3f58c7c778e26d /conf.h | |
parent | 8365610bb2013d3478214511910daceabd29ad09 (diff) |
Added PID-file code.
Diffstat (limited to 'conf.h')
-rw-r--r-- | conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ typedef struct conf char *hostname; char *configdir; char *plugindir; + char *pidfile; char *motdfile; char *primary_storage; char **migrate_storage; |