summaryrefslogtreecommitdiff
path: root/implementation/routing/include/routing_manager_stub_host.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/routing/include/routing_manager_stub_host.hpp')
-rw-r--r--implementation/routing/include/routing_manager_stub_host.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/implementation/routing/include/routing_manager_stub_host.hpp b/implementation/routing/include/routing_manager_stub_host.hpp
index aa8fe02..65bb28b 100644
--- a/implementation/routing/include/routing_manager_stub_host.hpp
+++ b/implementation/routing/include/routing_manager_stub_host.hpp
@@ -63,6 +63,9 @@ public:
instance_t _instance, major_version_t _major,
minor_version_t _minor) = 0;
+ virtual void on_availability(service_t _service, instance_t _instance,
+ bool _is_available, major_version_t _major, minor_version_t _minor) = 0;
+
virtual std::shared_ptr<endpoint> find_local(client_t _client) = 0;
virtual std::shared_ptr<endpoint> find_or_create_local(