Revision 809588ce
include/peer.h | ||
---|---|---|
1 |
/** |
|
2 |
* @file: peer.h |
|
3 |
* @author: Alessandro Russo <russo@disi.unitn.it> |
|
4 |
* |
|
5 |
* @date December 15, 2009, 2:09 PM |
|
6 |
*/ |
|
7 |
|
|
8 |
#ifndef _PEER_H |
|
9 |
#define _PEER_H |
|
10 |
|
|
11 |
#include <sys/time.h> |
|
12 |
|
|
13 |
struct peer { |
|
14 |
const struct nodeID *id; |
|
15 |
struct chunkID_set *bmap; |
|
16 |
struct timeval bmap_timestamp; |
|
17 |
}; |
|
18 |
|
|
19 |
|
|
20 |
#endif /* _PEER_H */ |
Also available in: Unified diff