diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-07-23 22:33:05 +0200 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-07-23 22:33:05 +0200 |
commit | c5c195ff5318f00d544c0fbceb133abcc4ba7a5a (patch) | |
tree | 1c7a3e646f6eb72d748dd606fe9e8e12175b39bd /daemon/src/routing.h | |
parent | 41f95375a65a3f67a75258680d6d8b03bb4d678b (diff) |
MVP
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 592606d..86f62d4 100644 --- a/daemon/src/routing.h +++ b/daemon/src/routing.h @@ -12,7 +12,7 @@ class Router : public Submitter { public: void - route(Route_Map const & config); + route(Route_Table const & config, bool verbose); void submit(Message const & message) override; |