X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftransport%2Ftransport.h;h=17e4f3c215d5659a5231cfddd9e815618df6df0f;hb=547d531bb3088bf00a0ae5777fa09c7893b7b370;hp=8043e21ab3e832bc9140b6e4ee6967d42c495ec6;hpb=f27338992f0a5915ee974faea05f764c2df6f584;p=oweals%2Fgnunet.git diff --git a/src/transport/transport.h b/src/transport/transport.h index 8043e21ab..17e4f3c21 100644 --- a/src/transport/transport.h +++ b/src/transport/transport.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2009-2014 Christian Grothoff (and other contributing authors) + Copyright (C) 2009-2014 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -164,54 +164,6 @@ struct DisconnectInfoMessage }; -/** - * Message type for sending a request connect message - * to the transport service. Must be done before transport - * api will allow messages to be queued/sent to transport - * service for transmission to a peer. - */ -struct TransportRequestConnectMessage -{ - /** - * Message header with type #GNUNET_MESSAGE_TYPE_TRANSPORT_REQUEST_CONNECT - */ - struct GNUNET_MessageHeader header; - - /** - * Reserved (0). - */ - uint32_t reserved GNUNET_PACKED; - - /** - * Identity of the peer we would like to connect to. - */ - struct GNUNET_PeerIdentity peer; -}; - - -/** - * Message type for sending a request connection to - * a peer to be torn down. - */ -struct TransportRequestDisconnectMessage -{ - /** - * Message header with type #GNUNET_MESSAGE_TYPE_TRANSPORT_REQUEST_DISCONNECT - */ - struct GNUNET_MessageHeader header; - - /** - * Reserved (0). - */ - uint32_t reserved GNUNET_PACKED; - - /** - * Identity of the peer we would like to connect to. - */ - struct GNUNET_PeerIdentity peer; -}; - - /** * Message used to set a particular bandwidth quota. Sent TO the * service to set an incoming quota, sent FROM the service to update