Skip to content

Commit aaf7385

Browse files
authored
add missing member in job_resources struct definition (#381)
1 parent ff205f7 commit aaf7385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyslurm/slurm/extra.pxi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ ctypedef struct job_resources:
153153
uint16_t cr_type
154154
uint64_t *memory_allocated
155155
uint64_t *memory_used
156+
uint32_t next_step_node_inx
156157
uint32_t nhosts
157158
bitstr_t *node_bitmap
158159
uint32_t node_req

0 commit comments

Comments
 (0)