diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-03-30 14:25:24 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-03-30 14:25:24 +0000 |
commit | 6878453548971f7c2c22a8bcb5d6a9b4e9d73d0d (patch) | |
tree | 9c91ec9f6de4acdfb5beb2b9108411b7f378e8a2 /lib/ChangeLog | |
parent | 1a8ee0ec18ac280fda9362259d362805ce62be7d (diff) |
[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/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index b5a5e486..fe4086d9 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-03-25 Paul Jakma <paul.jakma@sun.com> + + * workqueue.h: (struct work_queue) Remove status field and + state flag, no longer used. + 2006-03-19 Paul Jakma <paul.jakma@sun.com> * memtypes.c: Add MTYPE_BGP_SYNCHRONISE. |