Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 453 Bytes

File metadata and controls

9 lines (6 loc) · 453 Bytes

loader source files

The oai shared library loader is implemented in two source files, located in common/utils/:

  1. load_module_shlib.c contains the loader implementation
  2. load_module_shlib.h is the loader include file containing both private and public data type definitions. It also contain API prototypes.

loader home page