Revision e63fd582 include/peer.h
include/peer.h | ||
---|---|---|
12 | 12 |
#include <sys/time.h> |
13 | 13 |
|
14 | 14 |
struct peer { |
15 |
struct nodeID *id; |
|
16 |
struct timeval creation_timestamp; |
|
17 |
struct chunkID_set *bmap; |
|
18 |
struct timeval bmap_timestamp; |
|
19 |
int cb_size; |
|
15 |
struct nodeID *id; ///< NodeId associated to the peer
|
|
16 |
struct timeval creation_timestamp; ///< creation timestamp
|
|
17 |
struct chunkID_set *bmap; ///< buffermap of the peer
|
|
18 |
struct timeval bmap_timestamp; ///< buffermap timestamp
|
|
19 |
int cb_size; ///< chunk buffer size
|
|
20 | 20 |
}; |
21 | 21 |
|
22 | 22 |
|
Also available in: Unified diff