From cb67c0bb1e6f2a5bae0295a75bc1f4b1b9f9f765 Mon Sep 17 00:00:00 2001 From: Supriti Singh Date: Wed, 14 May 2014 14:06:29 +0000 Subject: - Fixes in routing table functions --- src/dht/gnunet-service-xdht_routing.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dht/gnunet-service-xdht_routing.h') diff --git a/src/dht/gnunet-service-xdht_routing.h b/src/dht/gnunet-service-xdht_routing.h index 63007c7e4..0b0c80862 100644 --- a/src/dht/gnunet-service-xdht_routing.h +++ b/src/dht/gnunet-service-xdht_routing.h @@ -78,6 +78,11 @@ GDS_ROUTING_remove_trail (struct GNUNET_PeerIdentity *source_peer, struct GNUNET_PeerIdentity *destination_peer, const struct GNUNET_PeerIdentity *prev_hop); +/** + * FOR TESTING. + */ +void +GDS_ROUTING_print (void); /** * Check if size of routing table is greater than threshold or not. -- cgit v1.2.3