aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-16 22:34:20 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-16 22:34:20 +0000
commitcdb27b81fde75d3c54ea31aab53745ed0c741353 (patch)
tree7a8165debc9fb09a8da19705ba5984fa02928fb6
parent0fd89f9ef99240aa2e05f51d274a9c6945d3bbd9 (diff)
downloadgnunet-cdb27b81fde75d3c54ea31aab53745ed0c741353.tar.gz
gnunet-cdb27b81fde75d3c54ea31aab53745ed0c741353.zip
clean up
-rw-r--r--src/core/core_api.c11
-rw-r--r--src/core/gnunet-service-core.c5
2 files changed, 0 insertions, 16 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index d87515741..39c81a90d 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -192,17 +192,6 @@ struct GNUNET_CORE_TransmitHandle
192 void *get_message_cls; 192 void *get_message_cls;
193 193
194 /** 194 /**
195 * If this entry is for a configuration request, pointer
196 * to the information callback; otherwise NULL.
197 */
198 GNUNET_CORE_PeerConfigurationInfoCallback info;
199
200 /**
201 * Closure for info.
202 */
203 void *info_cls;
204
205 /**
206 * If this entry is for a transmission request, pointer 195 * If this entry is for a transmission request, pointer
207 * to the notify callback; otherwise NULL. 196 * to the notify callback; otherwise NULL.
208 */ 197 */
diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c
index 4d7a21efe..b879a31c5 100644
--- a/src/core/gnunet-service-core.c
+++ b/src/core/gnunet-service-core.c
@@ -504,11 +504,6 @@ struct Neighbour
504 unsigned int last_packets_bitmap; 504 unsigned int last_packets_bitmap;
505 505
506 /** 506 /**
507 * Number of messages in the message queue for this peer.
508 */
509 unsigned int message_queue_size;
510
511 /**
512 * last sequence number received on this connection (highest) 507 * last sequence number received on this connection (highest)
513 */ 508 */
514 uint32_t last_sequence_number_received; 509 uint32_t last_sequence_number_received;