diff options
author | paul <paul> | 2006-03-30 14:25:24 +0000 |
---|---|---|
committer | paul <paul> | 2006-03-30 14:25:24 +0000 |
commit | 1836e521fe1529138e1f376b34d6105d12b27b9a (patch) | |
tree | 3e1985a02883c94fa50e02dda295afb75a9198ca /lib/workqueue.h | |
parent | 1fcb05015ba5a97d2a5e152612af4484101fe850 (diff) | |
download | quagga-1836e521fe1529138e1f376b34d6105d12b27b9a.tar.bz2 quagga-1836e521fe1529138e1f376b34d6105d12b27b9a.tar.xz |
[lib] status field/flags no longer used in struct workqueue
2006-03-25 Paul Jakma <paul.jakma@sun.com>
* workqueue.h: (struct work_queue) Remove status field and
state flag, no longer used.
Diffstat (limited to 'lib/workqueue.h')
-rw-r--r-- | lib/workqueue.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/workqueue.h b/lib/workqueue.h index c06f481f..7e0e78ab 100644 --- a/lib/workqueue.h +++ b/lib/workqueue.h @@ -102,9 +102,6 @@ struct work_queue /* private state */ enum work_queue_flags flags; /* user set flag */ - char status; /* internal status */ -#define WQ_STATE_FLOODED (1 << 0) - }; /* User API */ |