Skip to content
Snippets Groups Projects
Commit e9461293 authored by Danny Auble's avatar Danny Auble
Browse files

add new hook to select/serial

parent 5ad15598
No related branches found
No related tags found
No related merge requests found
...@@ -2064,6 +2064,11 @@ extern int select_p_update_sub_node(update_part_msg_t *part_desc_ptr) ...@@ -2064,6 +2064,11 @@ extern int select_p_update_sub_node(update_part_msg_t *part_desc_ptr)
return SLURM_SUCCESS; return SLURM_SUCCESS;
} }
extern int select_p_fail_cnode(struct step_record *step_ptr)
{
return SLURM_SUCCESS;
}
extern int select_p_get_info_from_plugin(enum select_plugindata_info info, extern int select_p_get_info_from_plugin(enum select_plugindata_info info,
struct job_record *job_ptr, struct job_record *job_ptr,
void *data) void *data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment