aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-02-23 16:50:06 +0000
committerNathan S. Evans <evans@in.tum.de>2011-02-23 16:50:06 +0000
commit7f7e72c3793fd11493747599c1f02e7b8baf769c (patch)
treebd27e00fa7cbcf2aa5a2656654c9841175ddcca7 /src/testing
parentb1494db2e01d0a86b9e2a58353d4a5ef793584cf (diff)
downloadgnunet-7f7e72c3793fd11493747599c1f02e7b8baf769c.tar.gz
gnunet-7f7e72c3793fd11493747599c1f02e7b8baf769c.zip
Testing api change.
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_testing_connect.c1
-rw-r--r--src/testing/test_testing_reconnect.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/test_testing_connect.c b/src/testing/test_testing_connect.c
index f42142319..6c6507737 100644
--- a/src/testing/test_testing_connect.c
+++ b/src/testing/test_testing_connect.c
@@ -117,6 +117,7 @@ my_cb2 (void *cls,
117#endif 117#endif
118 GNUNET_TESTING_daemons_connect (d1, d2, 118 GNUNET_TESTING_daemons_connect (d1, d2,
119 TIMEOUT, CONNECT_ATTEMPTS, 119 TIMEOUT, CONNECT_ATTEMPTS,
120 GNUNET_YES,
120 &my_connect_complete, NULL); 121 &my_connect_complete, NULL);
121} 122}
122 123
diff --git a/src/testing/test_testing_reconnect.c b/src/testing/test_testing_reconnect.c
index 13dbd46b4..46b7934f1 100644
--- a/src/testing/test_testing_reconnect.c
+++ b/src/testing/test_testing_reconnect.c
@@ -147,6 +147,7 @@ my_cb2 (void *cls,
147#endif 147#endif
148 GNUNET_TESTING_daemons_connect (d1, d2, 148 GNUNET_TESTING_daemons_connect (d1, d2,
149 TIMEOUT, CONNECT_ATTEMPTS, 149 TIMEOUT, CONNECT_ATTEMPTS,
150 GNUNET_YES,
150 &my_connect_complete, NULL); 151 &my_connect_complete, NULL);
151} 152}
152 153