From 4467306437c1cdd09a08b217d7bddb5a2e5a1b7e Mon Sep 17 00:00:00 2001 From: David Gloe <c16817@cray.com> Date: Tue, 1 Apr 2014 15:32:19 -0700 Subject: [PATCH] Missing function changes --- src/plugins/switch/cray/switch_cray.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/switch/cray/switch_cray.c b/src/plugins/switch/cray/switch_cray.c index 474829c61a4..4178113a91b 100644 --- a/src/plugins/switch/cray/switch_cray.c +++ b/src/plugins/switch/cray/switch_cray.c @@ -491,7 +491,7 @@ int switch_p_build_jobinfo(switch_jobinfo_t *switch_job, xassert(job->magic == CRAY_JOBINFO_MAGIC); - rc = _list_str_to_array(step_layout->node_list, &cnt, &nodes); + rc = list_str_to_array(step_layout->node_list, &cnt, &nodes); if (rc < 0) { error("(%s: %d: %s) list_str_to_array failed", @@ -1211,7 +1211,7 @@ int switch_p_job_fini(switch_jobinfo_t *jobinfo) } // Stolen from ALPS - _recursive_rmdir(path_name); + recursive_rmdir(path_name); xfree(path_name); /* -- GitLab