Revision 01608efd transition/topmanager.h
transition/topmanager.h | ||
---|---|---|
22 | 22 |
|
23 | 23 |
inline const void *topGetMetadata(int *metadata_size) |
24 | 24 |
{ |
25 |
psample_get_metadata(tc, metadata_size); |
|
25 |
return psample_get_metadata(tc, metadata_size);
|
|
26 | 26 |
} |
27 | 27 |
|
28 | 28 |
inline int topGrowNeighbourhood(int n) |
... | ... | |
63 | 63 |
|
64 | 64 |
inline int topAddToBlackList(struct nodeID *neighbour) |
65 | 65 |
{ |
66 |
return 0; |
|
66 | 67 |
} |
67 | 68 |
|
68 | 69 |
inline int tmanAddToBlackList(struct nodeID *neighbour) |
69 | 70 |
{ |
71 |
return 0; |
|
70 | 72 |
} |
71 | 73 |
|
72 | 74 |
#endif //TOPMAN_H |
Also available in: Unified diff