19 #ifndef MCA_BASE_COMPONENT_REPOSITORY_H
20 #define MCA_BASE_COMPONENT_REPOSITORY_H
22 #include "opal_config.h"
26 OPAL_DECLSPEC
int mca_base_component_repository_init(
void);
62 typedef void *lt_dlhandle;
65 OPAL_DECLSPEC
int mca_base_component_repository_retain(
char *type,
66 lt_dlhandle component_handle,
69 OPAL_DECLSPEC
int mca_base_component_repository_retain_component(
const char *type,
71 OPAL_DECLSPEC
int mca_base_component_repository_link(
const char *src_type,
73 const char *depend_type,
74 const char *depend_name);
76 OPAL_DECLSPEC
void mca_base_component_repository_finalize(
void);
Common type for all MCA components.
Definition: mca.h:250