aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 8043e21ab..7f2b0f935 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -190,29 +190,6 @@ struct TransportRequestConnectMessage
190 190
191 191
192/** 192/**
193 * Message type for sending a request connection to
194 * a peer to be torn down.
195 */
196struct TransportRequestDisconnectMessage
197{
198 /**
199 * Message header with type #GNUNET_MESSAGE_TYPE_TRANSPORT_REQUEST_DISCONNECT
200 */
201 struct GNUNET_MessageHeader header;
202
203 /**
204 * Reserved (0).
205 */
206 uint32_t reserved GNUNET_PACKED;
207
208 /**
209 * Identity of the peer we would like to connect to.
210 */
211 struct GNUNET_PeerIdentity peer;
212};
213
214
215/**
216 * Message used to set a particular bandwidth quota. Sent TO the 193 * Message used to set a particular bandwidth quota. Sent TO the
217 * service to set an incoming quota, sent FROM the service to update 194 * service to set an incoming quota, sent FROM the service to update
218 * an outgoing quota. 195 * an outgoing quota.