aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_multipeer.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-16 18:08:00 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-16 18:08:00 +0000
commita39a2590b694e3801e3dc6737e2ed853ad9e599a (patch)
tree01018b47ec7334512e53dcfd111a818c5fce7a15 /src/dht/test_dht_multipeer.c
parent98be109b2e59b634ceb5d459b6542aff5b5e2a7e (diff)
downloadgnunet-a39a2590b694e3801e3dc6737e2ed853ad9e599a.tar.gz
gnunet-a39a2590b694e3801e3dc6737e2ed853ad9e599a.zip
static
Diffstat (limited to 'src/dht/test_dht_multipeer.c')
-rw-r--r--src/dht/test_dht_multipeer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dht/test_dht_multipeer.c b/src/dht/test_dht_multipeer.c
index 30e30eedb..5d9adeb56 100644
--- a/src/dht/test_dht_multipeer.c
+++ b/src/dht/test_dht_multipeer.c
@@ -232,7 +232,7 @@ static int ok;
232/** 232/**
233 * Check whether peers successfully shut down. 233 * Check whether peers successfully shut down.
234 */ 234 */
235void 235static void
236shutdown_callback (void *cls, const char *emsg) 236shutdown_callback (void *cls, const char *emsg)
237{ 237{
238 if (emsg != NULL) 238 if (emsg != NULL)
@@ -394,7 +394,7 @@ get_stop_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
394 * @param size number of bytes in data 394 * @param size number of bytes in data
395 * @param data pointer to the result data 395 * @param data pointer to the result data
396 */ 396 */
397void 397static void
398get_result_iterator (void *cls, struct GNUNET_TIME_Absolute exp, 398get_result_iterator (void *cls, struct GNUNET_TIME_Absolute exp,
399 const GNUNET_HashCode * key, 399 const GNUNET_HashCode * key,
400 const struct GNUNET_PeerIdentity *const *get_path, 400 const struct GNUNET_PeerIdentity *const *get_path,
@@ -982,4 +982,4 @@ main (int argc, char *argv[])
982 return ret; 982 return ret;
983} 983}
984 984
985/* end of test_dht_twopeer_put_get.c */ 985/* end of test_dht_multipeer.c */