Make no-op function match new interface.
This commit was SVN r12142.
Этот коммит содержится в:
родитель
8b0170148e
Коммит
720eb88cad
@ -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 *);
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user