ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/dbuf.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/dbuf.c (file contents):
Revision 3113 by michael, Thu Mar 6 22:19:29 2014 UTC vs.
Revision 4086 by michael, Sat Jun 28 16:44:20 2014 UTC

# Line 43 | Line 43 | dbuf_alloc(void)
43   {
44    struct dbuf_block *block = mp_pool_get(dbuf_pool);
45  
46  memset(block, 0, sizeof(*block));
47
46    ++block->refs;
47    return block;
48   }

Diff Legend

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