aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-xdht_routing.h
diff options
context:
space:
mode:
authorSupriti Singh <supritisingh08@gmail.com>2014-05-14 14:06:29 +0000
committerSupriti Singh <supritisingh08@gmail.com>2014-05-14 14:06:29 +0000
commitcb67c0bb1e6f2a5bae0295a75bc1f4b1b9f9f765 (patch)
treed598edc55a3f81eb829337aa51d6cbf2a393a021 /src/dht/gnunet-service-xdht_routing.h
parent3f7071b9e18b3013d4fe68fb9e9f5530d4174f73 (diff)
downloadgnunet-cb67c0bb1e6f2a5bae0295a75bc1f4b1b9f9f765.tar.gz
gnunet-cb67c0bb1e6f2a5bae0295a75bc1f4b1b9f9f765.zip
- Fixes in routing table functions
Diffstat (limited to 'src/dht/gnunet-service-xdht_routing.h')
-rw-r--r--src/dht/gnunet-service-xdht_routing.h5
1 files changed, 5 insertions, 0 deletions
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,
78 struct GNUNET_PeerIdentity *destination_peer, 78 struct GNUNET_PeerIdentity *destination_peer,
79 const struct GNUNET_PeerIdentity *prev_hop); 79 const struct GNUNET_PeerIdentity *prev_hop);
80 80
81/**
82 * FOR TESTING.
83 */
84void
85GDS_ROUTING_print (void);
81 86
82/** 87/**
83 * Check if size of routing table is greater than threshold or not. 88 * Check if size of routing table is greater than threshold or not.