diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-03-30 16:25:24 +0200 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-03-30 16:25:24 +0200 |
commit | 6878453548971f7c2c22a8bcb5d6a9b4e9d73d0d (patch) | |
tree | 9c91ec9f6de4acdfb5beb2b9108411b7f378e8a2 /lib/workqueue.h | |
parent | [ospfd] ignore loopbacks for received interface validation (diff) | |
download | frr-6878453548971f7c2c22a8bcb5d6a9b4e9d73d0d.tar.xz frr-6878453548971f7c2c22a8bcb5d6a9b4e9d73d0d.zip |
[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 c06f481fe..7e0e78abc 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 */ |