From eec6443e2dbfed079b295a5d60fd08cf80aad698 Mon Sep 17 00:00:00 2001 From: Ewald van Geffen Date: Sun, 22 May 2016 01:02:07 +0200 Subject: - Bug 363 support for post-hook: allows to run script once route/firewall change have been applied. --- src/lbdatafactory.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lbdatafactory.hh') diff --git a/src/lbdatafactory.hh b/src/lbdatafactory.hh index 9178e00..f213993 100644 --- a/src/lbdatafactory.hh +++ b/src/lbdatafactory.hh @@ -58,6 +58,9 @@ private: void process_hook(const string &key, const string &value); + void + process_post_hook(const string &key, const string &value); + void process_health_interface(const string &key, const string &value); -- cgit v1.2.3