Confirmed users
69
edits
| Line 41: | Line 41: | ||
"SETPEERCONNECTION", | "SETPEERCONNECTION", | ||
* In the same file add in <code>cc_msg_t<code> | * In the same file add in <code>cc_msg_t</code> | ||
CC_MSG_SETPEERCONNECTION, | CC_MSG_SETPEERCONNECTION, | ||
| Line 47: | Line 47: | ||
* and in <code>cc_msg_names</code> | * and in <code>cc_msg_names</code> | ||
"SETPEERCONNECTION", | \"SETPEERCONNECTION\", | ||
* Implement the feature send which is a wrapper around a CPR send. The declaration goes in | * Implement the feature send which is a wrapper around a CPR send. The declaration goes in | ||