ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/libio/mem/balloc.h
(Generate patch)

Comparing ircd-hybrid/libio/mem/balloc.h (file contents):
Revision 586 by db, Sat Apr 22 18:46:28 2006 UTC vs.
Revision 587 by michael, Mon May 8 11:14:24 2006 UTC

# Line 43 | Line 43 | struct Block {
43   typedef struct Block Block;
44  
45   struct MemBlock {
46 <  dlink_node self;              /*!< Node for linking into free_list or used_list */
46 >  dlink_node self;              /*!< Node for linking into free_list */
47    Block *block;                 /*!< Which block we belong to */
48   };
49   typedef struct MemBlock MemBlock;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)