aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;