This might be in need of a new name.
Every package of modules will contain a global of this name. It
is a list of olmod_module_t's, the overlord will look this table up
and extract all nebuloid names to use in parsing the configuration
file. When it needs to call into a module it will look up the
functions to call in this table. This is the communication mechanism
between the overlord and a module, without an entry in the table the
overlord does not know a module exists.
This table is created automatically by the build system.