Handle "event_notifications" when reloading configuration

This commit is contained in:
Ian Barwick
2017-08-25 23:06:16 +09:00
parent e280e2670e
commit c1ed248fb1
3 changed files with 35 additions and 10 deletions

View File

@@ -112,6 +112,7 @@ typedef struct
/* event notification settings */
char event_notification_command[MAXLEN];
char event_notifications_orig[MAXLEN];
EventNotificationList event_notifications;
/* barman settings */
@@ -152,7 +153,7 @@ typedef struct
/* service settings */ \
"", "", "", "", "", "", \
/* event notification settings */ \
"", { NULL, NULL }, \
"", "", { NULL, NULL }, \
/* barman settings */ \
"", "", "", \
/* undocumented test settings */ \