Revision a0192c66
chunk_signaling.c | ||
---|---|---|
124 | 124 |
return ret; |
125 | 125 |
} |
126 | 126 |
|
127 |
int sendMyBufferMap(const struct nodeID *to_id, ChunkIDSet *bmap, int bmap_len, int trans_id) |
|
128 |
{ |
|
129 |
return sendBufferMap(to_id, localID, bmap, bmap_len, trans_id); |
|
130 |
} |
|
131 |
|
|
127 | 132 |
int sigInit(struct nodeID *myID, struct peerset *ps) |
128 | 133 |
{ |
129 | 134 |
localID = myID; |
Also available in: Unified diff