Changeset 2931 for trunk/src/kmk/dir.c


Ignore:
Timestamp:
Sep 18, 2016, 5:57:48 PM (9 years ago)
Author:
bird
Message:

kmk: Added print_dir_stats and implemented it for the NT directory cache.

File:
1 edited

Legend:

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

    r2850 r2931  
    13401340
    13411341
     1342#ifdef CONFIG_WITH_PRINT_STATS_SWITCH
     1343/* Print stats */
     1344
     1345void print_dir_stats (void)
     1346{
     1347  /** @todo normal dir stats.  */
     1348}
     1349#endif
     1350
     1351
    13421352/* Hooks for globbing.  */
    13431353
Note: See TracChangeset for help on using the changeset viewer.