gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20809 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r20809 - gnunet/src/core
Date: Thu, 29 Mar 2012 14:59:02 +0200

Author: grothoff
Date: 2012-03-29 14:59:02 +0200 (Thu, 29 Mar 2012)
New Revision: 20809

Modified:
   gnunet/src/core/core.h
Log:
-dce

Modified: gnunet/src/core/core.h
===================================================================
--- gnunet/src/core/core.h      2012-03-29 12:53:26 UTC (rev 20808)
+++ gnunet/src/core/core.h      2012-03-29 12:59:02 UTC (rev 20809)
@@ -349,32 +349,6 @@
 };
 
 
-/**
- * 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 */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]