From 95cbbcfb126067111d489b0df43fb7f27eb005b5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 28 Aug 2013 18:25:17 +0000 Subject: [PATCH] -remove dead struct --- src/core/core.h | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) diff --git a/src/core/core.h b/src/core/core.h index d518a9308..cb5caca1c 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -118,52 +118,6 @@ struct ConnectNotifyMessage }; -/** - * Message sent by the service to clients to notify them - * about a peer changing status. - */ -struct PeerStatusNotifyMessage -{ - /** - * Header with type GNUNET_MESSAGE_TYPE_CORE_NOTIFY_PEER_STATUS - */ - struct GNUNET_MessageHeader header; - - /** - * Number of ATS key-value pairs that follow this struct - * (excluding the 0-terminator). - */ - uint32_t ats_count GNUNET_PACKED; - - /** - * When the peer would time out (unless we see activity) - */ - struct GNUNET_TIME_AbsoluteNBO timeout; - - /** - * Available bandwidth from the peer. - */ - struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in; - - /** - * Available bandwidth to the peer. - */ - struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out; - - /** - * Identity of the peer. - */ - struct GNUNET_PeerIdentity peer; - - /** - * First of the ATS information blocks (we must have at least - * one due to the 0-termination requirement). - */ - struct GNUNET_ATS_Information ats; - -}; - - /** * Message sent by the service to clients to notify them * about a peer disconnecting. -- 2.25.1