From 0cd3bfa24fccea79a5055bcd12d6aa607ecc635e Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 14 Oct 2014 18:58:55 -0400 Subject: Fix module event prioritization which was broken with the newer auto-attach event stuff. Also remove logically dead code from os_defcon, and make os_defcon akill similar masks to os_session when enforcing session akills. Fixes #1618 which relies on os_session to be prioritized before os_defcon. --- include/modules.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/modules.h') diff --git a/include/modules.h b/include/modules.h index d3d0f64cc..0569fd33f 100644 --- a/include/modules.h +++ b/include/modules.h @@ -285,6 +285,8 @@ class CoreExport Module : public Extensible */ ModuleVersion GetVersion() const; + virtual void Prioritize(); + /* Everything below here are events. Modules must ModuleManager::Attach to these events * before they will be called. */ -- cgit