summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2015-05-12 23:42:20 +0200
committerAttila Molnar <attilamolnar@hush.com>2015-05-12 23:42:20 +0200
commit00c0409dd47fe985abf0f8d32cd66c8ef81fe708 (patch)
tree20700a4970690c355d8eae364bbd2e12bc131db8 /include
parentf757c2d75bc284211f3b53b2819b88becfd8632f (diff)
Remove support for non-unloadable (VF_STATIC) modules
No module we ship uses this flag and new modules should not use it either to make hotfixing possible
Diffstat (limited to 'include')
-rw-r--r--include/modules.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 1fd1c7e00..3cf780284 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -39,7 +39,6 @@
*/
enum ModuleFlags {
VF_NONE = 0, // module is not special at all
- VF_STATIC = 1, // module is static, cannot be /unloadmodule'd
VF_VENDOR = 2, // module is a vendor module (came in the original tarball, not 3rd party)
VF_COMMON = 4, // module needs to be common on all servers in a network to link
VF_OPTCOMMON = 8, // module should be common on all servers for unsurprising behavior