aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-05 13:55:54 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-05 13:55:54 +0000
commit5f95b96478c4e230c3d69c1e2233905bd1658bc7 (patch)
tree5873b10d8ffa237bc6c43fd77681587904748365
parentf0a6b4340e17b0334029ba63ce15b93fcc19a1b2 (diff)
downloadgnunet-5f95b96478c4e230c3d69c1e2233905bd1658bc7.tar.gz
gnunet-5f95b96478c4e230c3d69c1e2233905bd1658bc7.zip
moved
-rw-r--r--src/core/gnunet-service-core_sessions.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/gnunet-service-core_sessions.c b/src/core/gnunet-service-core_sessions.c
index 13593e9d6..a9dcb1968 100644
--- a/src/core/gnunet-service-core_sessions.c
+++ b/src/core/gnunet-service-core_sessions.c
@@ -67,16 +67,6 @@ struct Session
67 struct GNUNET_TIME_Absolute last_activity; 67 struct GNUNET_TIME_Absolute last_activity;
68 68
69 /** 69 /**
70 * Tracking bandwidth for sending to this peer.
71 */
72 struct GNUNET_BANDWIDTH_Tracker available_send_window;
73
74 /**
75 * Tracking bandwidth for receiving from this peer.
76 */
77 struct GNUNET_BANDWIDTH_Tracker available_recv_window;
78
79 /**
80 * How valueable were the messages of this peer recently? 70 * How valueable were the messages of this peer recently?
81 */ 71 */
82 unsigned long long current_preference; 72 unsigned long long current_preference;