aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-07-18 08:05:13 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-07-18 08:05:13 +0000
commitb7ed2dd0a227c2de96b1d9b73747ce7bc3a82faf (patch)
tree562caf7cdc3a3fea744466389a9262587f3b61bd /src
parent897684866dff96a223b4af3197025d02a0b0ff4f (diff)
downloadgnunet-b7ed2dd0a227c2de96b1d9b73747ce7bc3a82faf.tar.gz
gnunet-b7ed2dd0a227c2de96b1d9b73747ce7bc3a82faf.zip
removing values not needed
Diffstat (limited to 'src')
-rw-r--r--src/transport/gnunet_transport_ats.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/gnunet_transport_ats.h b/src/transport/gnunet_transport_ats.h
index 98d8e8325..a6d8f30ba 100644
--- a/src/transport/gnunet_transport_ats.h
+++ b/src/transport/gnunet_transport_ats.h
@@ -348,15 +348,15 @@ struct ATS_mechanism
348 348
349struct ATS_peer 349struct ATS_peer
350{ 350{
351 int id;
352 struct GNUNET_PeerIdentity peer; 351 struct GNUNET_PeerIdentity peer;
353 struct NeighbourList * n; 352
354 struct ATS_mechanism * m_head; 353 struct ATS_mechanism * m_head;
355 struct ATS_mechanism * m_tail; 354 struct ATS_mechanism * m_tail;
356 355
357 /* preference value f */ 356 /* preference value f */
358 double f; 357 double f;
359 int t; 358
359 //struct NeighbourList * n;
360}; 360};
361 361
362struct ATS_ressource 362struct ATS_ressource