Revision 0ef5aac7
include/trade_sig_ha.h | ||
---|---|---|
22 | 22 |
* |
23 | 23 |
* Initialize the node identifier of the peer |
24 | 24 |
* |
25 |
* @param[in] current node indentifier. |
|
26 |
* @return 1 on success, <0 on error. |
|
25 |
* @param[in] myID current node indentifier.
|
|
26 |
* @return 1 on success, < 0 on error.
|
|
27 | 27 |
*/ |
28 | 28 |
int chunkSignalingInit(struct nodeID *myID); |
29 | 29 |
|
... | ... | |
32 | 32 |
* |
33 | 33 |
* Parse an incoming signaling message provided in the buffer, giving the information of the message received. |
34 | 34 |
* |
35 |
* @param[in] buffer containing the incoming message.
|
|
35 |
* @param[in] buff containing the incoming message. |
|
36 | 36 |
* @param[in] buff_len length of the buffer. |
37 | 37 |
* @param[out] owner_id identifier of the node on which refer the message just received. |
38 | 38 |
* @param[out] cset array of chunkIDs. |
Also available in: Unified diff