From 29ca6bac4565d754a67414e503a215627d3aa566 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Tue, 22 Jul 2025 22:55:24 +0200 Subject: Add router implementation, untested --- daemon/src/routing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/src/routing.h') diff --git a/daemon/src/routing.h b/daemon/src/routing.h index 2d68391..c7cd243 100644 --- a/daemon/src/routing.h +++ b/daemon/src/routing.h @@ -12,7 +12,7 @@ class Router { public: void - route(Route_Map const & config) const; + route(Route_Map const & config); void submit(Message const & message); -- cgit v1.2.3