Skip to content
Snippets Groups Projects
Commit fdb5075c authored by Tim Shaw's avatar Tim Shaw Committed by Morris Jette
Browse files

Update perl interface for split GroupUpdateForce and GroupUpdateTime

variables

This restores perl API operation after commit aea2f0e2
parent e0f5993b
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,8 @@ slurm_ctl_conf_to_hv(slurm_ctl_conf_t *conf, HV *hv)
if (conf->gres_plugins)
STORE_FIELD(hv, conf, gres_plugins, charp);
STORE_FIELD(hv, conf, group_info, uint16_t);
STORE_FIELD(hv, conf, group_time, uint16_t);
STORE_FIELD(hv, conf, group_force, uint16_t);
STORE_FIELD(hv, conf, hash_val, uint32_t);
......@@ -460,7 +461,8 @@ hv_to_slurm_ctl_conf(HV *hv, slurm_ctl_conf_t *conf)
FETCH_FIELD(hv, conf, fs_dampening_factor, uint16_t, FALSE);
FETCH_FIELD(hv, conf, get_env_timeout, uint16_t, TRUE);
FETCH_FIELD(hv, conf, gres_plugins, charp, FALSE);
FETCH_FIELD(hv, conf, group_info, uint16_t, TRUE);
FETCH_FIELD(hv, conf, group_time, uint16_t, TRUE);
FETCH_FIELD(hv, conf, group_force, uint16_t, TRUE);
FETCH_FIELD(hv, conf, hash_val, uint32_t, TRUE);
FETCH_FIELD(hv, conf, health_check_interval, uint16_t, TRUE);
FETCH_FIELD(hv, conf, health_check_node_state, uint32_t, TRUE);
......
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