Skip to content
Snippets Groups Projects
Forked from oai / openairinterface5G
20757 commits behind the upstream repository.
devusage.md 1.00 KiB

The loader objectives are

  1. provides a common mechanism to prevent an executable to include code that is only used under specific configurations, without rebuilding the code
  2. Provide a common mechanism to allow to choose between different implementations of a given set of functions, without rebuilding the code

As a developer you may need to look at these sections:

Loader usage examples can be found in oai sources:

loader home page