File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ static int _file_state(struct bcast_parameters *params);
9696static list_t * _fill_in_excluded_paths (struct bcast_parameters * params );
9797static int _find_subpath (void * x , void * key );
9898static int _foreach_shared_object (void * x , void * y );
99- static int _get_job_info (struct bcast_parameters * params );
99+ static int _get_cred_for_job (struct bcast_parameters * params );
100100static list_t * _get_lib_paths (char * filename );
101101
102102static int _file_state (struct bcast_parameters * params )
@@ -135,7 +135,7 @@ static int _file_state(struct bcast_parameters *params)
135135}
136136
137137/* get details about this slurm job: jobid and allocated node */
138- static int _get_job_info (struct bcast_parameters * params )
138+ static int _get_cred_for_job (struct bcast_parameters * params )
139139{
140140 int rc ;
141141 char job_id_str [64 ];
@@ -628,7 +628,7 @@ extern int bcast_file(struct bcast_parameters *params)
628628
629629 if ((rc = _file_state (params )) != SLURM_SUCCESS )
630630 return rc ;
631- if ((rc = _get_job_info (params )) != SLURM_SUCCESS )
631+ if ((rc = _get_cred_for_job (params )) != SLURM_SUCCESS )
632632 return rc ;
633633
634634 /*
You can’t perform that action at this time.
0 commit comments