diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-07-22 22:55:24 +0200 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-07-22 22:55:24 +0200 |
commit | 29ca6bac4565d754a67414e503a215627d3aa566 (patch) | |
tree | ae86ca581f6aae6e2d2a870b963a8fe3b05da625 /daemon/src/routing.h | |
parent | 6da14e1590935710055ebc81ba55017b457ca1ad (diff) |
Add router implementation, untested
Diffstat (limited to 'daemon/src/routing.h')
-rw-r--r-- | daemon/src/routing.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |