diff options
| author | 2025-12-31 18:18:25 +0000 | |
|---|---|---|
| committer | 2025-12-31 18:18:25 +0000 | |
| commit | ce801921e8d22b3647fcc207a8966252b06294ee (patch) | |
| tree | b07f6093251346f4516d8cd27680b7e97a204b33 /include | |
| parent | Avoid excessively long FJOINs when using the 1205 protocol. (diff) | |
Allow specifying a module name in SetPriority.
Diffstat (limited to 'include')
| -rw-r--r-- | include/modules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h index e3d4eb96b..4a7e90e24 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1057,6 +1057,7 @@ public: * then this contains a the module that your module must be placed before * or after. */ + bool SetPriority(Module* mod, Implementation i, Priority s, const std::string &which); bool SetPriority(Module* mod, Implementation i, Priority s, Module* which = nullptr); /** Change the priority of all events in a module. |
