1
1

Add a missing include and update the definition of orte rds proxy component.

This commit was SVN r13042.
Этот коммит содержится в:
George Bosilca 2007-01-08 22:00:01 +00:00
родитель 409d1b8a8d
Коммит 77452ea8ea
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -31,6 +31,7 @@
#include "orte/mca/errmgr/errmgr.h"
#include "orte/mca/ns/base/base.h"
#include "orte/mca/ns/base/ns_private.h"
#include "ns_replica.h"
/**

Просмотреть файл

@ -49,6 +49,7 @@ int orte_rds_proxy_finalize(void);
*/
int orte_rds_proxy_query(orte_jobid_t job);
ORTE_DECLSPEC extern orte_rds_base_component_t mca_rds_proxy_component;
#if defined(c_plusplus) || defined(__cplusplus)
}