Skip to content
Snippets Groups Projects
Commit 6b27a367 authored by Mark Grondona's avatar Mark Grondona
Browse files

o renamed make_time_str to slurm_make_time_str for consistency and

  safety
parent e1b30090
No related branches found
No related tags found
No related merge requests found
...@@ -607,7 +607,7 @@ extern int slurm_complete_job_step PARAMS(( ...@@ -607,7 +607,7 @@ extern int slurm_complete_job_step PARAMS((
* IN time - a time stamp * IN time - a time stamp
* OUT string - pointer user defined buffer * OUT string - pointer user defined buffer
*/ */
extern void make_time_str PARAMS((time_t *time, char *string)); extern void slurm_make_time_str PARAMS((time_t *time, char *string));
/* /*
* slurm_load_ctl_conf - issue RPC to get slurm control configuration * slurm_load_ctl_conf - issue RPC to get slurm control configuration
...@@ -820,7 +820,7 @@ extern int slurm_update_node PARAMS(( update_node_msg_t * node_msg )); ...@@ -820,7 +820,7 @@ extern int slurm_update_node PARAMS(( update_node_msg_t * node_msg ));
* default values * default values
* OUT job_desc_msg - user defined partition descriptor * OUT job_desc_msg - user defined partition descriptor
*/ */
void slurm_init_part_desc_msg PARAMS((update_part_msg_t * update_part_msg )); extern void slurm_init_part_desc_msg PARAMS((update_part_msg_t * update_part_msg ));
/* /*
* slurm_load_partitions - issue RPC to get slurm all partition configuration * slurm_load_partitions - issue RPC to get slurm all partition configuration
......
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