aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index dbcfb97..0c0b502 100644
--- a/config.h
+++ b/config.h
@@ -19,7 +19,10 @@ typedef struct {
} monitor_config_t;
typedef struct {
+ char *mail_server;
char *from;
+ char *user;
+ char *password;
char *alert_config;
} alert_config_t;