Warning, file /include/pmix/src/mca/pif/base/base.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 #ifndef PMIX_PIF_BASE_H
0014 #define PMIX_PIF_BASE_H
0015
0016 #include "src/include/pmix_config.h"
0017
0018 #include "src/mca/base/pmix_mca_base_framework.h"
0019
0020 #include "src/mca/pif/pif.h"
0021
0022 BEGIN_C_DECLS
0023
0024
0025
0026
0027 PMIX_EXPORT extern pmix_mca_base_framework_t pmix_pif_base_framework;
0028
0029 END_C_DECLS
0030
0031 #endif