commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

hurd-l4/viengoos t-link.c object.h object.c age...


From: Neal H. Walfield
Subject: hurd-l4/viengoos t-link.c object.h object.c age...
Date: Mon, 31 Dec 2007 17:34:52 +0000

CVSROOT:        /sources/hurd
Module name:    hurd-l4
Changes by:     Neal H. Walfield <neal> 07/12/31 17:34:52

Modified files:
        viengoos       : t-link.c object.h object.c ager.c activity.h 
                         activity.c Makefile.am ChangeLog 
Added files:
        viengoos       : list.h 

Log message:
        2007-12-31  Neal H. Walfield  <address@hidden>
        
                * list.h: New file.
                * Makefile.am (viengoos_SOURCES): Add list.h.
                (t_link_SOURCES): Remove object.h.  Add list.h.
                * object.h: Include "list.h".
                (LINK_TEMPLATE): Move from here...
                * list.h: ... to this new file.  Generalize functionality.  Add
                count, head, prev, next and prev methods.  Rename LINK_TEMPLATE 
to
                LIST_CLASS.  Update users.
                * object.h (struct object_desc): Change activity_lru and
                global_lru to struct list_node's.
                (global_active): Change to a struct object_global_lru_list.
                (global_inactive_dirty): Likewise.
                (global_inactive_clean): Likewise.
                (disowned): Change to a struct object_activity_lru_list.
                * object.c (global_active): Change to a struct
                object_global_lru_list.
                (global_inactive_dirty): Likewise.
                (global_inactive_clean): Likewise.
                (disowned): Change to a struct object_activity_lru_list.
                * activity.h (struct activity): Change active, inactive_clean 
and
                inactive_dirty to struct object_activity_lru_list's.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/viengoos/t-link.c?cvsroot=hurd&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/viengoos/object.h?cvsroot=hurd&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/viengoos/object.c?cvsroot=hurd&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/viengoos/ager.c?cvsroot=hurd&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/viengoos/activity.h?cvsroot=hurd&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/viengoos/activity.c?cvsroot=hurd&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/viengoos/Makefile.am?cvsroot=hurd&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/viengoos/ChangeLog?cvsroot=hurd&r1=1.59&r2=1.60
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/viengoos/list.h?cvsroot=hurd&rev=1.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]