Revision ac9b476d som/TopologyManager/topocache.h
som/TopologyManager/topocache.h | ||
---|---|---|
5 | 5 |
struct peer_cache *cache_init(int n, int metadata_size); |
6 | 6 |
void cache_free(struct peer_cache *c); |
7 | 7 |
void cache_update(struct peer_cache *c); |
8 |
void cache_update_tout(struct peer_cache *c); |
|
8 | 9 |
|
9 | 10 |
struct nodeID *nodeid(const struct peer_cache *c, int i); |
10 | 11 |
const void *get_metadata(const struct peer_cache *c, int *size); |
Also available in: Unified diff