Make sure that "PIDFile" option cannot be set when command-line option "-P" was used...
[collectd.git] / src / collectd.h
index 969aeda..558dc7a 100644 (file)
@@ -296,6 +296,7 @@ typedef uint64_t cdtime_t;
 
 extern char     hostname_g[];
 extern cdtime_t interval_g;
+extern int      pidfile_from_cli;
 extern int      timeout_g;
 
 #endif /* COLLECTD_H */