#include "routecache.h"
Include dependency graph for cache_stats.h:

Go to the source code of this file.
Data Structures | |
| class | cache_stats |
| class | MobiHandler |
Defines | |
| #define | ACTION_ADD_ROUTE 1 |
| #define | ACTION_CHECK_CACHE 6 |
| #define | ACTION_DEAD_LINK 4 |
| #define | ACTION_EVICT 5 |
| #define | ACTION_FIND_ROUTE 3 |
| #define | ACTION_NOTICE_ROUTE 2 |
Variables | |
| static char * | action_name [] |
|
|
Definition at line 57 of file cache_stats.h. Referenced by MobiCache::addRoute(). |
|
|
Definition at line 62 of file cache_stats.h. Referenced by Cache::noticeDeadLink(). |
|
|
Definition at line 60 of file cache_stats.h. Referenced by Cache::noticeDeadLink(). |
|
|
Definition at line 61 of file cache_stats.h. |
|
|
Definition at line 59 of file cache_stats.h. |
|
|
Definition at line 58 of file cache_stats.h. Referenced by MobiCache::noticeRouteUsed(). |
|
|
Initial value: {"",
"add-route", "notice-route", "find-route",
"dead-link", "evicting-route", "check-cache"}
Definition at line 64 of file cache_stats.h. |
1.4.6