clean up
authorChristian Grothoff <christian@grothoff.org>
Tue, 16 Feb 2010 22:34:20 +0000 (22:34 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 16 Feb 2010 22:34:20 +0000 (22:34 +0000)
src/core/core_api.c
src/core/gnunet-service-core.c

index d875157410b8dd7f276734b7065b5adbff05e51c..39c81a90d9456c07093b847b7d142fcad53bd1b8 100644 (file)
@@ -191,17 +191,6 @@ struct GNUNET_CORE_TransmitHandle
    */
   void *get_message_cls;
 
-  /**
-   * If this entry is for a configuration request, pointer
-   * to the information callback; otherwise NULL.
-   */
-  GNUNET_CORE_PeerConfigurationInfoCallback info;
-
-  /**
-   * Closure for info.
-   */
-  void *info_cls;
-
   /**
    * If this entry is for a transmission request, pointer
    * to the notify callback; otherwise NULL.
index 4d7a21efea8cc96352679e17aab38d2a0e26afb2..b879a31c56eec407b6dcfaec16862aac07582588 100644 (file)
@@ -503,11 +503,6 @@ struct Neighbour
    */
   unsigned int last_packets_bitmap;
 
-  /**
-   * Number of messages in the message queue for this peer.
-   */
-  unsigned int message_queue_size;
-
   /**
    * last sequence number received on this connection (highest)
    */