diff options
Diffstat (limited to 'lib/thread.h')
| -rw-r--r-- | lib/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/thread.h b/lib/thread.h index c830446e10..86bf4df7c0 100644 --- a/lib/thread.h +++ b/lib/thread.h @@ -70,6 +70,7 @@ struct cancel_req { struct thread_master { char *name; + int tick_since_io; struct thread **read; struct thread **write; struct pqueue *timer; |
