aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-10 10:01:03 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-10 10:01:03 +0000
commit50db5b1ed22a085875c946f54f57d9fcd45ee5cd (patch)
tree9baa44986b37c7d0970d02710507c8a9a8d297bc /src/dv
parent19377520016cc644070d207af34ae3e76618fdc8 (diff)
downloadgnunet-50db5b1ed22a085875c946f54f57d9fcd45ee5cd.tar.gz
gnunet-50db5b1ed22a085875c946f54f57d9fcd45ee5cd.zip
static
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/test_transport_api_dv.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/dv/test_transport_api_dv.c b/src/dv/test_transport_api_dv.c
index 39dd08877..786376eb7 100644
--- a/src/dv/test_transport_api_dv.c
+++ b/src/dv/test_transport_api_dv.c
@@ -737,7 +737,7 @@ send_other_messages (void *cls, const struct GNUNET_SCHEDULER_TaskContext * tc)
737 die_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 250), &end_badly, "from send_other_messages"); 737 die_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 250), &end_badly, "from send_other_messages");
738} 738}
739 739
740void 740static void
741topology_callback (void *cls, 741topology_callback (void *cls,
742 const struct GNUNET_PeerIdentity *first, 742 const struct GNUNET_PeerIdentity *first,
743 const struct GNUNET_PeerIdentity *second, 743 const struct GNUNET_PeerIdentity *second,
@@ -1000,10 +1000,11 @@ peers_started_callback (void *cls,
1000 * @param d the daemon handle (pretty useless at this point, remove?) 1000 * @param d the daemon handle (pretty useless at this point, remove?)
1001 * @param emsg non-null on failure 1001 * @param emsg non-null on failure
1002 */ 1002 */
1003void hostkey_callback (void *cls, 1003static void
1004 const struct GNUNET_PeerIdentity *id, 1004hostkey_callback (void *cls,
1005 struct GNUNET_TESTING_Daemon *d, 1005 const struct GNUNET_PeerIdentity *id,
1006 const char *emsg) 1006 struct GNUNET_TESTING_Daemon *d,
1007 const char *emsg)
1007{ 1008{
1008 if (emsg != NULL) 1009 if (emsg != NULL)
1009 { 1010 {