moved
authorChristian Grothoff <christian@grothoff.org>
Wed, 5 Oct 2011 13:55:54 +0000 (13:55 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 5 Oct 2011 13:55:54 +0000 (13:55 +0000)
src/core/gnunet-service-core_sessions.c

index 13593e9d67698248e887e400524c41c31e3af3a3..a9dcb19683989d2cb858a1706d0955d0972009ac 100644 (file)
@@ -66,16 +66,6 @@ struct Session
    */
   struct GNUNET_TIME_Absolute last_activity;
 
-  /**
-   * Tracking bandwidth for sending to this peer.
-   */
-  struct GNUNET_BANDWIDTH_Tracker available_send_window;
-
-  /**
-   * Tracking bandwidth for receiving from this peer.
-   */
-  struct GNUNET_BANDWIDTH_Tracker available_recv_window;
-
   /**
    * How valueable were the messages of this peer recently?
    */