]> git.meshlink.io Git - catta/blob - cache.h
fold local.c into iface.c
[catta] / cache.h
1 #ifndef foocachehfoo
2 #define foocachehfoo
3
4 typedef enum {
5     FLX_CACHE_VALID,
6     FLX_CACHE_EXPIRY1,
7     FLX_CACHE_EXPIRY2,
8     FLX_CACHE_EXPIRY3
9         
10 } flxCacheEntry;
11
12 typedef struct flxCacheEntry {
13     GTimeVal timestamp;
14     flxRecord rr;
15     gint interface;
16     flxAddress origin;
17
18     flxCacheEntryState state;
19     
20 } flxCacheEntry;
21
22 #endif