aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-13 10:18:45 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-13 10:18:45 +0000
commitca188da3bc3dd08fce6db4205b98aec47bf9f174 (patch)
treee1ce6ac426470a706d9bbb51e0b08881f83e4cfd /src/dht/gnunet-service-dht.c
parent7fbb9e8eaf06fa4ca3219832c5e6016be7f4c8b6 (diff)
downloadgnunet-ca188da3bc3dd08fce6db4205b98aec47bf9f174.tar.gz
gnunet-ca188da3bc3dd08fce6db4205b98aec47bf9f174.zip
dce
Diffstat (limited to 'src/dht/gnunet-service-dht.c')
-rw-r--r--src/dht/gnunet-service-dht.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/dht/gnunet-service-dht.c b/src/dht/gnunet-service-dht.c
index 6579f0726..2aeedebb4 100644
--- a/src/dht/gnunet-service-dht.c
+++ b/src/dht/gnunet-service-dht.c
@@ -277,16 +277,6 @@ struct PeerInfo
277#endif 277#endif
278 278
279 /** 279 /**
280 * Holds matching bits from peer to current target,
281 * used for distance comparisons between peers. May
282 * be considered a really bad idea.
283 * FIXME: remove this value (create struct which holds
284 * a single peerinfo and the matching bits, use
285 * that to pass to comparator)
286 */
287 unsigned int matching_bits;
288
289 /**
290 * Task for scheduling periodic ping messages for this peer. 280 * Task for scheduling periodic ping messages for this peer.
291 */ 281 */
292 GNUNET_SCHEDULER_TaskIdentifier ping_task; 282 GNUNET_SCHEDULER_TaskIdentifier ping_task;