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

Fix in PERL api for new reservation data structure

parent 9d64c567
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@ hv_to_update_reservation_msg(HV *hv, resv_desc_msg_t *resv_msg)
FETCH_FIELD(hv, resv_msg, flags, uint16_t, FALSE);
FETCH_FIELD(hv, resv_msg, licenses, charp, FALSE);
FETCH_FIELD(hv, resv_msg, name, charp, FALSE);
FETCH_FIELD(hv, resv_msg, node_cnt, uint32_t, FALSE);
FETCH_PTR_FIELD(hv, resv_msg, node_cnt, "SLURM::uint32_t", FALSE);
FETCH_FIELD(hv, resv_msg, node_list, charp, FALSE);
FETCH_FIELD(hv, resv_msg, partition, charp, FALSE);
FETCH_FIELD(hv, resv_msg, start_time, time_t, 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