aboutsummaryrefslogtreecommitdiff
path: root/include/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/queue.h')
-rw-r--r--include/queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/queue.h b/include/queue.h
index fee5bb3..dd7e4db 100644
--- a/include/queue.h
+++ b/include/queue.h
@@ -17,7 +17,7 @@ typedef enum {
struct queue {
struct job_clist jobs;
struct htab *htab;
- struct job_ids *job_ids;
+ struct jobid *jobid;
sem_t sem;
queue_state_t state;
pthread_mutex_t mutex;