summaryrefslogtreecommitdiff
path: root/viengoos/ChangeLog
diff options
context:
space:
mode:
authorneal <neal>2008-06-23 18:53:02 +0000
committerneal <neal>2008-06-23 18:53:02 +0000
commit914b94ee60a44bb0ffc7a92a2e3011bf72034d01 (patch)
treeb798bfa73ee937fc388dc9c0a7572a8cc95c20e3 /viengoos/ChangeLog
parentfa7c6a09c3f6e063b74f01ce419f12ac1f5ef2f6 (diff)
2008-06-23 Neal H. Walfield <neal@gnu.org>
* viengoos.h (viengoos_tid): New declaration. (ager_tid): New declaration. * viengoos.c (viengoos_tid): New variable. (ager_tid): Likewise. (ager_start): Don't push Viengoos's tid on the stack. Save the ager's tid in AGER_TID and Viengoos's in VIENGOOS_TID. * ager.h (ager_loop): Don't take any arguments. * ager.c: Include "viengoos.h". (ager_loop): Don't take any arguments. Use VIENGOOS_TID, not MAIN_THREAD.
Diffstat (limited to 'viengoos/ChangeLog')
-rw-r--r--viengoos/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/viengoos/ChangeLog b/viengoos/ChangeLog
index 0c5ed3e..1cfcf7b 100644
--- a/viengoos/ChangeLog
+++ b/viengoos/ChangeLog
@@ -1,5 +1,18 @@
2008-06-23 Neal H. Walfield <neal@gnu.org>
+ * viengoos.h (viengoos_tid): New declaration.
+ (ager_tid): New declaration.
+ * viengoos.c (viengoos_tid): New variable.
+ (ager_tid): Likewise.
+ (ager_start): Don't push Viengoos's tid on the stack. Save the
+ ager's tid in AGER_TID and Viengoos's in VIENGOOS_TID.
+ * ager.h (ager_loop): Don't take any arguments.
+ * ager.c: Include "viengoos.h".
+ (ager_loop): Don't take any arguments. Use VIENGOOS_TID, not
+ MAIN_THREAD.
+
+2008-06-23 Neal H. Walfield <neal@gnu.org>
+
* activity.h (LIST_CLASS_TYPE): Add field priorities_count.
* activity.c (activity_destroy) [! NDEBUG]: Update
VICTIM->PARENT->PRIORITIES_COUNT.