aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-28 18:25:17 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-28 18:25:17 +0000
commit95cbbcfb126067111d489b0df43fb7f27eb005b5 (patch)
tree987c06e6e65fd8fec40e4136522e266b8596846a /src/core/core.h
parentddcfd8f7989232ff72c1c894a09548aab32ce01e (diff)
downloadgnunet-95cbbcfb126067111d489b0df43fb7f27eb005b5.tar.gz
gnunet-95cbbcfb126067111d489b0df43fb7f27eb005b5.zip
-remove dead struct
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h46
1 files changed, 0 insertions, 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
@@ -120,52 +120,6 @@ struct ConnectNotifyMessage
120 120
121/** 121/**
122 * Message sent by the service to clients to notify them 122 * Message sent by the service to clients to notify them
123 * about a peer changing status.
124 */
125struct PeerStatusNotifyMessage
126{
127 /**
128 * Header with type GNUNET_MESSAGE_TYPE_CORE_NOTIFY_PEER_STATUS
129 */
130 struct GNUNET_MessageHeader header;
131
132 /**
133 * Number of ATS key-value pairs that follow this struct
134 * (excluding the 0-terminator).
135 */
136 uint32_t ats_count GNUNET_PACKED;
137
138 /**
139 * When the peer would time out (unless we see activity)
140 */
141 struct GNUNET_TIME_AbsoluteNBO timeout;
142
143 /**
144 * Available bandwidth from the peer.
145 */
146 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in;
147
148 /**
149 * Available bandwidth to the peer.
150 */
151 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out;
152
153 /**
154 * Identity of the peer.
155 */
156 struct GNUNET_PeerIdentity peer;
157
158 /**
159 * First of the ATS information blocks (we must have at least
160 * one due to the 0-termination requirement).
161 */
162 struct GNUNET_ATS_Information ats;
163
164};
165
166
167/**
168 * Message sent by the service to clients to notify them
169 * about a peer disconnecting. 123 * about a peer disconnecting.
170 */ 124 */
171struct DisconnectNotifyMessage 125struct DisconnectNotifyMessage