summaryrefslogtreecommitdiff
path: root/viengoos/ChangeLog
diff options
context:
space:
mode:
authorneal <neal>2008-05-24 13:49:34 +0000
committerneal <neal>2008-05-24 13:49:34 +0000
commit39dc3c3daf6958836c536edd89b98de816fcc790 (patch)
tree463efe49739d16970cce37731e19168b486ac892 /viengoos/ChangeLog
parent80ae309a1834125c96dbe109bbbd61cba2db35ac (diff)
hurd/
2008-05-24 Neal H. Walfield <neal@gnu.org> * activity.h (activity_stats): Take additional parameter, until_period. viengoos/ 2008-05-24 Neal H. Walfield <neal@gnu.org> * thread.h (THREAD_WAIT_STATS): Define. * server.c (server_loop): Update implementation of activity_stats to handle the new parameter, until_period. If the current period is less than UNTIL_PERIOD, queue the caller on PRINCIPAL and do not reply. * ager.c: Include "thread.h". (ager_loop): When generating an activity's statistics, if a thread is waiting for the statistic, send it reply. ruth/ 2008-05-24 Neal H. Walfield <neal@gnu.org> * ruth.c (main): Update user of rm_activity_stats to be consistent with new interface.
Diffstat (limited to 'viengoos/ChangeLog')
-rw-r--r--viengoos/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/viengoos/ChangeLog b/viengoos/ChangeLog
index 90342d7..ad7e854 100644
--- a/viengoos/ChangeLog
+++ b/viengoos/ChangeLog
@@ -1,5 +1,16 @@
2008-05-24 Neal H. Walfield <neal@gnu.org>
+ * thread.h (THREAD_WAIT_STATS): Define.
+ * server.c (server_loop): Update implementation of activity_stats
+ to handle the new parameter, until_period. If the current period
+ is less than UNTIL_PERIOD, queue the caller on PRINCIPAL and do
+ not reply.
+ * ager.c: Include "thread.h".
+ (ager_loop): When generating an activity's statistics, if a thread
+ is waiting for the statistic, send it reply.
+
+2008-05-24 Neal H. Walfield <neal@gnu.org>
+
* server.c (server_loop): When we need a principal, use PRINCIPAL,
not ACTIVITY.