Skip to content

Commit 3592632

Browse files
committed
Fix struct member name
1 parent 7fe8b51 commit 3592632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyslurm/slurm.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ cdef extern from 'slurm/slurm.h' nogil:
588588
uint32_t jobs_failed
589589
uint32_t jobs_pending
590590
uint32_t jobs_running
591-
time_t jobs_states_ts
591+
time_t job_states_ts
592592
uint32_t bf_backfilled_jobs
593593
uint32_t bf_last_backfilled_jobs
594594
uint32_t bf_backfilled_pack_jobs

0 commit comments

Comments
 (0)