From cdb27b81fde75d3c54ea31aab53745ed0c741353 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Feb 2010 22:34:20 +0000 Subject: [PATCH] clean up --- src/core/core_api.c | 11 ----------- src/core/gnunet-service-core.c | 5 ----- 2 files changed, 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 @@ -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. 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 @@ -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) */ -- 2.25.1