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

Update PERL API for node update

parent e9f5af43
No related branches found
No related tags found
No related merge requests found
...@@ -196,6 +196,8 @@ hv_to_update_node_msg(HV *hv, update_node_msg_t *update_msg) ...@@ -196,6 +196,8 @@ hv_to_update_node_msg(HV *hv, update_node_msg_t *update_msg)
{ {
slurm_init_update_node_msg(update_msg); slurm_init_update_node_msg(update_msg);
FETCH_FIELD(hv, update_msg, node_addr, charp, FALSE);
FETCH_FIELD(hv, update_msg, node_hostname, charp, FALSE);
FETCH_FIELD(hv, update_msg, node_names, charp, TRUE); FETCH_FIELD(hv, update_msg, node_names, charp, TRUE);
FETCH_FIELD(hv, update_msg, node_state, uint16_t, FALSE); FETCH_FIELD(hv, update_msg, node_state, uint16_t, FALSE);
FETCH_FIELD(hv, update_msg, reason, charp, FALSE); FETCH_FIELD(hv, update_msg, reason, charp, FALSE);
......
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