Ignore:
Timestamp:
Oct 17, 2008, 3:53:05 AM (17 years ago)
Author:
bird
Message:

do strcache2_print_stats_all.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/strcache2.c

    r1870 r1879  
    754754{
    755755  struct strcache2 *cur;
    756   for (cur = strcache_head; cur; cur++)
     756  for (cur = strcache_head; cur; cur = cur->next)
    757757    strcache2_print_stats (cur, prefix);
    758758}
Note: See TracChangeset for help on using the changeset viewer.