Revision 28399cdc som/TopologyManager/topocache.h
som/TopologyManager/topocache.h | ||
---|---|---|
18 | 18 |
|
19 | 19 |
struct peer_cache *entries_undump(const uint8_t *buff, int size); |
20 | 20 |
int cache_header_dump(uint8_t *b, const struct peer_cache *c); |
21 |
int entry_dump(uint8_t *b, struct peer_cache *e, int i); |
|
21 |
int entry_dump(uint8_t *b, struct peer_cache *e, int i, size_t max_write_size);
|
|
22 | 22 |
|
23 | 23 |
struct peer_cache *merge_caches_ranked(struct peer_cache *c1, struct peer_cache *c2, int newsize, int *source, ranking_function rank, void *mymeta); |
24 | 24 |
struct peer_cache *merge_caches(struct peer_cache *c1, struct peer_cache *c2, int newsize, int *source); |
Also available in: Unified diff