dead
authorChristian Grothoff <christian@grothoff.org>
Tue, 16 Feb 2010 08:51:49 +0000 (08:51 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 16 Feb 2010 08:51:49 +0000 (08:51 +0000)
src/transport/gnunet-service-transport.c

index f375887edee86f0ba9ace179df2afa85162849c7..239ba9ca6dc3605e71f71a2bfe2db4932c205b88 100644 (file)
@@ -161,7 +161,6 @@ struct ForeignAddressList
    * transport simply stalls writing to the stream but does not
    * formerly get a signal that the other peer died.
    */
-  /* FIXME: Do we need this? */
   struct GNUNET_TIME_Absolute timeout;
 
   /**
@@ -369,15 +368,6 @@ struct ReadyList
    */
   struct ForeignAddressList *addresses;
 
-  /**
-   * Is this plugin ready to transmit to the specific target?
-   * GNUNET_NO if not.  Initially, all plugins are marked ready.  If a
-   * transmission is in progress, "transmit_ready" is set to
-   * GNUNET_NO.
-   */
-  // FIXME: is this dead?
-  int plugin_transmit_ready;
-
   /**
    * Is the plugin represented by this entry currently connected to
    * the respective peer?