aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-28 13:21:29 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-28 13:21:29 +0000
commitd8d2da5d0f830b3538a0bce285b080ecfb4da64d (patch)
tree38eeb76a9a582b8dfbae2b3684676fca4e859499 /src/transport/transport.h
parentafc62ed7a004f942c6b4697271aaf3d9b2755d59 (diff)
downloadgnunet-d8d2da5d0f830b3538a0bce285b080ecfb4da64d.tar.gz
gnunet-d8d2da5d0f830b3538a0bce285b080ecfb4da64d.zip
-dead
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.