CVSROOT: /sources/hurd
Module name: hurd-l4
Changes by: Neal H. Walfield <neal> 08/02/13 15:00:49
Modified files:
viengoos : server.c activity.h activity.c ChangeLog
Log message:
2008-02-13 Neal H. Walfield <[EMAIL PROTECTED]>
* activity.h (activity_policy_update): New declaration.
* activity.c (children_list_insert_after): New function.
(children_list_detach): Likewise.
(activity_prepare): Use the above to insert ACTIVITY onto its
parent's children list. Keep the list is priority sorted order.
(activity_deprepare): Likewise, but to remove ACTIVITY from its
parent's children list.
(activity_policy_update): New function.
* server.c (server_loop): Use activity_policy_update to update
an
activity's policy.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/viengoos/server.c?cvsroot=hurd&r1=1.34&r2=1.35
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/viengoos/activity.h?cvsroot=hurd&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/viengoos/activity.c?cvsroot=hurd&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/viengoos/ChangeLog?cvsroot=hurd&r1=1.121&r2=1.122