-dead
authorChristian Grothoff <christian@grothoff.org>
Wed, 28 Oct 2015 13:21:29 +0000 (13:21 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 28 Oct 2015 13:21:29 +0000 (13:21 +0000)
src/transport/transport.h

index 8043e21ab3e832bc9140b6e4ee6967d42c495ec6..7f2b0f9350612b7973bff04fac550f1277b0a28c 100644 (file)
@@ -189,29 +189,6 @@ struct TransportRequestConnectMessage
 };
 
 
-/**
- * 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