aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-17 07:55:41 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-17 07:55:41 +0000
commita2d9b4434076254811584a4a0ffa8881d0903db8 (patch)
tree4f5a2ee5daaabdedb45aa5e7e1d03e3c0f28ed0e /src/testing
parent4b5e8dcb8d6f0d29fffb823e600c73be404d9b39 (diff)
downloadgnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.tar.gz
gnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.zip
move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_testing_large_topology.c4
-rw-r--r--src/testing/test_testing_topology.c4
-rw-r--r--src/testing/testing.c4
-rw-r--r--src/testing/testing_group.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/src/testing/test_testing_large_topology.c b/src/testing/test_testing_large_topology.c
index 33a9eb787..78d91fa3d 100644
--- a/src/testing/test_testing_large_topology.c
+++ b/src/testing/test_testing_large_topology.c
@@ -309,7 +309,7 @@ topology_cb (void *cls, const struct GNUNET_PeerIdentity *first,
309static int 309static int
310process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer, 310process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer,
311 const struct GNUNET_MessageHeader *message, 311 const struct GNUNET_MessageHeader *message,
312 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 312 const struct GNUNET_ATS_Information *atsi)
313{ 313{
314 char *dotOutFileNameFinished; 314 char *dotOutFileNameFinished;
315 FILE *dotOutFileFinished; 315 FILE *dotOutFileFinished;
@@ -501,7 +501,7 @@ init_notify_peer2 (void *cls, struct GNUNET_CORE_Handle *server,
501 */ 501 */
502static void 502static void
503connect_notify_peers (void *cls, const struct GNUNET_PeerIdentity *peer, 503connect_notify_peers (void *cls, const struct GNUNET_PeerIdentity *peer,
504 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 504 const struct GNUNET_ATS_Information *atsi)
505{ 505{
506 struct TestMessageContext *pos = cls; 506 struct TestMessageContext *pos = cls;
507 507
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index 6b60d243d..b83a8cf3c 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -348,7 +348,7 @@ topology_cb (void *cls, const struct GNUNET_PeerIdentity *first,
348static int 348static int
349process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer, 349process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer,
350 const struct GNUNET_MessageHeader *message, 350 const struct GNUNET_MessageHeader *message,
351 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 351 const struct GNUNET_ATS_Information *atsi)
352{ 352{
353 char *dotOutFileNameFinished; 353 char *dotOutFileNameFinished;
354 FILE *dotOutFileFinished; 354 FILE *dotOutFileFinished;
@@ -540,7 +540,7 @@ init_notify_peer2 (void *cls, struct GNUNET_CORE_Handle *server,
540 */ 540 */
541static void 541static void
542connect_notify_peers (void *cls, const struct GNUNET_PeerIdentity *peer, 542connect_notify_peers (void *cls, const struct GNUNET_PeerIdentity *peer,
543 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 543 const struct GNUNET_ATS_Information *atsi)
544{ 544{
545 struct TestMessageContext *pos = cls; 545 struct TestMessageContext *pos = cls;
546 546
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 466692ce7..1798a1af6 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -1886,7 +1886,7 @@ notify_connect_result (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1886 */ 1886 */
1887static void 1887static void
1888connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer, 1888connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer,
1889 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 1889 const struct GNUNET_ATS_Information *atsi)
1890{ 1890{
1891 struct GNUNET_TESTING_ConnectContext *ctx = cls; 1891 struct GNUNET_TESTING_ConnectContext *ctx = cls;
1892 1892
@@ -2084,7 +2084,7 @@ reattempt_daemons_connect (void *cls,
2084 */ 2084 */
2085static void 2085static void
2086core_initial_iteration (void *cls, const struct GNUNET_PeerIdentity *peer, 2086core_initial_iteration (void *cls, const struct GNUNET_PeerIdentity *peer,
2087 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 2087 const struct GNUNET_ATS_Information *atsi)
2088{ 2088{
2089 struct GNUNET_TESTING_ConnectContext *ctx = cls; 2089 struct GNUNET_TESTING_ConnectContext *ctx = cls;
2090 2090
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index 807653045..a2c68c93c 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -3383,7 +3383,7 @@ send_core_connect_requests (void *cls,
3383 */ 3383 */
3384static void 3384static void
3385core_connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer, 3385core_connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer,
3386 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 3386 const struct GNUNET_ATS_Information *atsi)
3387{ 3387{
3388 struct SendHelloContext *send_hello_context = cls; 3388 struct SendHelloContext *send_hello_context = cls;
3389 struct PeerConnection *connection; 3389 struct PeerConnection *connection;
@@ -4877,7 +4877,7 @@ perform_dfs (struct GNUNET_TESTING_PeerGroup *pg, unsigned int num)
4877 */ 4877 */
4878static void 4878static void
4879internal_topology_callback (void *cls, const struct GNUNET_PeerIdentity *peer, 4879internal_topology_callback (void *cls, const struct GNUNET_PeerIdentity *peer,
4880 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 4880 const struct GNUNET_ATS_Information *atsi)
4881{ 4881{
4882 struct CoreContext *core_ctx = cls; 4882 struct CoreContext *core_ctx = cls;
4883 struct TopologyIterateContext *iter_ctx = core_ctx->iter_context; 4883 struct TopologyIterateContext *iter_ctx = core_ctx->iter_context;