summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-12-16 16:48:58 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-12-16 16:48:58 +0100
commit7f7041b1ff851bed8932fecb8d2a4a991d177721 (patch)
tree1de2227f8502436aaa2de0217e91155f7d66e30f /src/fastd.h
parent8e9c9bc6ec2877f73e0ecdfd25fbf96464f08885 (diff)
downloadfastd-7f7041b1ff851bed8932fecb8d2a4a991d177721.tar
fastd-7f7041b1ff851bed8932fecb8d2a4a991d177721.zip
Never write to syslog/log files during key generation
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fastd.h b/src/fastd.h
index 76a71da..b170bb5 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -242,6 +242,7 @@ struct fastd_config {
struct fastd_context {
const fastd_config_t *conf;
+ bool log_initialized;
fastd_log_fd_t *log_files;
char *ifname;