-fix time assertion introduce in last patch
[oweals/gnunet.git] / src / dht / gnunet-service-xdht_routing.h
index 8cbb709881badcdfe78fd09d2bb46b12f3a663cc..9f54d2596687cb16fcf64e25fd8e5e59d29826dc 100644 (file)
@@ -93,6 +93,7 @@ GDS_ROUTING_add (struct GNUNET_HashCode new_trail_id,
                  struct GNUNET_PeerIdentity prev_hop,
                  struct GNUNET_PeerIdentity next_hop);
 
+
 /**
  * Check if the size of routing table has crossed threshold. 
  * @return #GNUNET_YES, if threshold crossed 
@@ -101,7 +102,13 @@ GDS_ROUTING_add (struct GNUNET_HashCode new_trail_id,
 int
 GDS_ROUTING_threshold_reached (void);
 
-
+#if 0
+/**
+ * Test function. Remove afterwards. 
+ */
+void 
+GDS_ROUTING_test_print (void);
+#endif
 /**
  * Initialize routing subsystem.
  */