Skip to content
Snippets Groups Projects
Commit 766c5d5a authored by Morris Jette's avatar Morris Jette
Browse files

Define global variable needed in select/cray plugin

parent 9feb8422
No related branches found
No related tags found
No related merge requests found
......@@ -82,9 +82,11 @@ struct select_nodeinfo {
#if defined (__APPLE__)
slurm_ctl_conf_t slurmctld_conf __attribute__((weak_import));
int bg_recover __attribute__((weak_import)) = NOT_FROM_CONTROLLER;
slurmdb_cluster_rec_t *working_cluster_rec __attribute__((weak_import)) = NULL;
#else
slurm_ctl_conf_t slurmctld_conf;
int bg_recover = NOT_FROM_CONTROLLER;
slurmdb_cluster_rec_t *working_cluster_rec = NULL;
#endif
......
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