aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-02-13 17:15:52 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-02-13 17:15:52 +0000
commitcee04ec80653f8fecf198d8fe14dc73f84b53524 (patch)
treeaeca1509c9ccd350fc25eb998f25a3c5427107b0 /src/transport/transport-testing.h
parent3b2be11385b8b4626b86d4438008eb0508f856fa (diff)
downloadgnunet-cee04ec80653f8fecf198d8fe14dc73f84b53524.tar.gz
gnunet-cee04ec80653f8fecf198d8fe14dc73f84b53524.zip
- coverity errors
Diffstat (limited to 'src/transport/transport-testing.h')
-rw-r--r--src/transport/transport-testing.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/transport-testing.h b/src/transport/transport-testing.h
index cc4974ff8..20e802dfa 100644
--- a/src/transport/transport-testing.h
+++ b/src/transport/transport-testing.h
@@ -189,12 +189,12 @@ GNUNET_TRANSPORT_TESTING_restart_peer (struct GNUNET_TRANSPORT_TESTING_handle
189 * @param p1 peer 1 189 * @param p1 peer 1
190 * @param p2 peer 2 190 * @param p2 peer 2
191 * @param cb the callback to call when both peers notified that they are connected 191 * @param cb the callback to call when both peers notified that they are connected
192 * @param cb_cls callback cls 192 * @param cls callback cls
193 * @return a connect request handle 193 * @return a connect request handle
194 */ 194 */
195GNUNET_TRANSPORT_TESTING_ConnectRequest 195GNUNET_TRANSPORT_TESTING_ConnectRequest
196GNUNET_TRANSPORT_TESTING_connect_peers (struct GNUNET_TRANSPORT_TESTING_handle 196GNUNET_TRANSPORT_TESTING_connect_peers (struct GNUNET_TRANSPORT_TESTING_handle *tth,
197 *tth, struct PeerContext *p1, 197 struct PeerContext *p1,
198 struct PeerContext *p2, 198 struct PeerContext *p2,
199 GNUNET_TRANSPORT_TESTING_connect_cb cb, 199 GNUNET_TRANSPORT_TESTING_connect_cb cb,
200 void *cls); 200 void *cls);
@@ -203,7 +203,7 @@ GNUNET_TRANSPORT_TESTING_connect_peers (struct GNUNET_TRANSPORT_TESTING_handle
203 * Cancel the request to connect two peers 203 * Cancel the request to connect two peers
204 * Tou MUST cancel the request if you stop the peers before the peers connected succesfully 204 * Tou MUST cancel the request if you stop the peers before the peers connected succesfully
205 * @param tth testing 205 * @param tth testing
206 * @param cc a connect request handle 206 * @param ccr a connect request handle
207 */ 207 */
208void 208void
209GNUNET_TRANSPORT_TESTING_connect_peers_cancel (struct 209GNUNET_TRANSPORT_TESTING_connect_peers_cancel (struct