1
1

Make no-op function match new interface.

This commit was SVN r12142.
Этот коммит содержится в:
Tim Prins 2006-10-17 17:34:06 +00:00
родитель 8b0170148e
Коммит 720eb88cad
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -26,7 +26,7 @@
#include "orte/mca/ras/base/ras_private.h"
int orte_ras_base_allocate_no_op(orte_jobid_t jobid)
int orte_ras_base_allocate_no_op(orte_jobid_t jobid, opal_list_t *attributes)
{
return ORTE_ERR_NOT_SUPPORTED;
}

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

@ -59,7 +59,7 @@ ORTE_DECLSPEC int orte_ras_base_deallocate(orte_jobid_t job);
/*
* NO_OP functions
*/
int orte_ras_base_allocate_no_op(orte_jobid_t job);
int orte_ras_base_allocate_no_op(orte_jobid_t job, opal_list_t *attributes);
int orte_ras_base_node_insert_no_op(opal_list_t *);