#
8b79f1fd |
| 09-Apr-2008 |
Axel Dörfler <axeld@pinc-software.de> |
* Added open_module_list_etc() that also allows to specify a required name suffix. You can use this to verify the version of a module_info structure. * Made module_info::std_ops optional. * Minor c
* Added open_module_list_etc() that also allows to specify a required name suffix. You can use this to verify the version of a module_info structure. * Made module_info::std_ops optional. * Minor cleanup in module.h.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24873 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
29e1a3b5 |
| 26-Apr-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Added the module_dependency structure. A module can now define modules it depends on, and they will be automatically loaded before B_MODULE_INIT is called. This information will also be evaluated by
Added the module_dependency structure. A module can now define modules it depends on, and they will be automatically loaded before B_MODULE_INIT is called. This information will also be evaluated by the boot loader, so that it can load all needed modules without further hacks.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7316 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|