From 914b94ee60a44bb0ffc7a92a2e3011bf72034d01 Mon Sep 17 00:00:00 2001 From: neal Date: Mon, 23 Jun 2008 18:53:02 +0000 Subject: 2008-06-23 Neal H. Walfield * 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. --- viengoos/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'viengoos/ChangeLog') diff --git a/viengoos/ChangeLog b/viengoos/ChangeLog index 0c5ed3e..1cfcf7b 100644 --- a/viengoos/ChangeLog +++ b/viengoos/ChangeLog @@ -1,3 +1,16 @@ +2008-06-23 Neal H. Walfield + + * 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 * activity.h (LIST_CLASS_TYPE): Add field priorities_count. -- cgit v1.2.3