Skip to content
Snippets Groups Projects
Commit d2fe9b6d authored by Moe Jette's avatar Moe Jette
Browse files

Restore definition of slurm_get_track_wckey() that was accidentally removed

parent c01495ba
No related branches found
No related tags found
No related merge requests found
...@@ -286,11 +286,10 @@ extern char *slurm_get_crypto_type(void); ...@@ -286,11 +286,10 @@ extern char *slurm_get_crypto_type(void);
*/ */
extern uint16_t slurm_get_fast_schedule(void); extern uint16_t slurm_get_fast_schedule(void);
/* slurm_get_crypto_type /* slurm_get_track_wckey
* returns the crypto_type from slurmctld_conf object * returns the value of track_wckey in slurmctld_conf object
* RET char * - crypto type, MUST be xfreed by caller
*/ */
extern char *slurm_get_crypto_type(void); extern uint16_t slurm_get_track_wckey(void);
/* slurm_get_topology_plugin /* slurm_get_topology_plugin
* returns the value of topology_plugin in slurmctld_conf object * returns the value of topology_plugin in slurmctld_conf object
......
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