aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {