summaryrefslogtreecommitdiff
path: root/src/mon/Monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mon/Monitor.h')
-rw-r--r--src/mon/Monitor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mon/Monitor.h b/src/mon/Monitor.h
index 9b304428732..2c1c2cdeb19 100644
--- a/src/mon/Monitor.h
+++ b/src/mon/Monitor.h
@@ -700,6 +700,8 @@ public:
lock.Unlock();
return ret;
}
+ // dissociate message handling from session and connection logic
+ bool dispatch(MonSession *s, Message *m, const bool src_is_mon);
//mon_caps is used for un-connected messages from monitors
MonCap * mon_caps;
bool ms_get_authorizer(int dest_type, AuthAuthorizer **authorizer, bool force_new);