diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-08-29 14:58:43 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-08-31 19:00:00 -0400 |
| commit | e3c9529ee95827dc84b25b7f858e46c63aa37763 (patch) | |
| tree | a0ccecbf3c5e34f44b2c1167fbdc4f5d41c91820 /lib/thread.h | |
| parent | 14f6aefe4347244564b6118e7589ce68ac8a8281 (diff) | |
lib: fix thread scheduling weirdness
Restores 3.0 behavior in terms of thread scheduling & prioritization.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/thread.h')
| -rw-r--r-- | lib/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/thread.h b/lib/thread.h index 86bf4df7c0..c830446e10 100644 --- a/lib/thread.h +++ b/lib/thread.h @@ -70,7 +70,6 @@ struct cancel_req { struct thread_master { char *name; - int tick_since_io; struct thread **read; struct thread **write; struct pqueue *timer; |
