From: Christian Grothoff Date: Thu, 29 Mar 2012 12:59:02 +0000 (+0000) Subject: -dce X-Git-Tag: initial-import-from-subversion-38251~14061 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7127dc5fc5c2a4ba9bc6f6cd8fade76b94fa907f;p=oweals%2Fgnunet.git -dce --- diff --git a/src/core/core.h b/src/core/core.h index c9e29417c..9b342c3eb 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -349,32 +349,6 @@ struct SendMessage }; -/** - * Client asking core to connect to a particular target. There is no - * response from the core to this type of request (however, if an - * actual connection is created or destroyed, be it because of this - * type request or not, the core generally needs to notify the - * clients). - */ -struct ConnectMessage -{ - /** - * Header with type GNUNET_MESSAGE_TYPE_REQUEST_CONNECT or - * GNUNET_MESSAGE_TYPE_REQUEST_DISCONNECT. - */ - struct GNUNET_MessageHeader header; - - /** - * For alignment. - */ - uint32_t reserved GNUNET_PACKED; - - /** - * Identity of the other peer. - */ - struct GNUNET_PeerIdentity peer; - -}; GNUNET_NETWORK_STRUCT_END #endif /* end of core.h */