aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-dht-driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-dht-driver.c')
-rw-r--r--src/dht/gnunet-dht-driver.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dht/gnunet-dht-driver.c b/src/dht/gnunet-dht-driver.c
index fdd442cdb..8f1081a7a 100644
--- a/src/dht/gnunet-dht-driver.c
+++ b/src/dht/gnunet-dht-driver.c
@@ -854,8 +854,6 @@ static void
854log_topology_cb (void *cls, 854log_topology_cb (void *cls,
855 const struct GNUNET_PeerIdentity *first, 855 const struct GNUNET_PeerIdentity *first,
856 const struct GNUNET_PeerIdentity *second, 856 const struct GNUNET_PeerIdentity *second,
857 struct GNUNET_TIME_Relative latency,
858 uint32_t distance,
859 const char *emsg) 857 const char *emsg)
860{ 858{
861 struct TopologyIteratorContext *topo_ctx = cls; 859 struct TopologyIteratorContext *topo_ctx = cls;
@@ -1286,8 +1284,6 @@ static void
1286count_peers_churn_cb (void *cls, 1284count_peers_churn_cb (void *cls,
1287 const struct GNUNET_PeerIdentity *first, 1285 const struct GNUNET_PeerIdentity *first,
1288 const struct GNUNET_PeerIdentity *second, 1286 const struct GNUNET_PeerIdentity *second,
1289 struct GNUNET_TIME_Relative latency,
1290 uint32_t distance,
1291 const char *emsg) 1287 const char *emsg)
1292{ 1288{
1293 struct FindPeerContext *find_peer_context = cls; 1289 struct FindPeerContext *find_peer_context = cls;
@@ -1958,8 +1954,6 @@ static void
1958count_peers_cb (void *cls, 1954count_peers_cb (void *cls,
1959 const struct GNUNET_PeerIdentity *first, 1955 const struct GNUNET_PeerIdentity *first,
1960 const struct GNUNET_PeerIdentity *second, 1956 const struct GNUNET_PeerIdentity *second,
1961 struct GNUNET_TIME_Relative latency,
1962 uint32_t distance,
1963 const char *emsg) 1957 const char *emsg)
1964{ 1958{
1965 struct FindPeerContext *find_peer_context = cls; 1959 struct FindPeerContext *find_peer_context = cls;