ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/src/negcache.c
(Generate patch)

Comparing hopm/branches/1.0.x/src/negcache.c (file contents):
Revision 5320 by michael, Mon Jan 5 19:27:13 2015 UTC vs.
Revision 5321 by michael, Tue Jan 6 14:59:31 2015 UTC

# Line 63 | Line 63 | static struct cnode *nc_insert(struct cn
63   static void nc_rebuild(struct cnode *old_head, struct cnode *new_head,
64                         struct cnode *n, time_t now);
65  
66 + struct cnode *nc_head;
67   time_t last_nc_expire;
68   unsigned int maxb;
68 extern struct cnode *nc_head;
69  
70   /*
71   * Return the bit which appears k bits from the right in x.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines