gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r28891 - gnunet/src/core
Date: Wed, 28 Aug 2013 20:25:17 +0200

Author: grothoff
Date: 2013-08-28 20:25:17 +0200 (Wed, 28 Aug 2013)
New Revision: 28891

Modified:
   gnunet/src/core/core.h
Log:
-remove dead struct

Modified: gnunet/src/core/core.h
===================================================================
--- gnunet/src/core/core.h      2013-08-28 16:41:17 UTC (rev 28890)
+++ gnunet/src/core/core.h      2013-08-28 18:25:17 UTC (rev 28891)
@@ -120,52 +120,6 @@
 
 /**
  * Message sent by the service to clients to notify them
- * about a peer changing status.
- */
-struct PeerStatusNotifyMessage
-{
-  /**
-   * Header with type GNUNET_MESSAGE_TYPE_CORE_NOTIFY_PEER_STATUS
-   */
-  struct GNUNET_MessageHeader header;
-
-  /**
-   * Number of ATS key-value pairs that follow this struct
-   * (excluding the 0-terminator).
-   */
-  uint32_t ats_count GNUNET_PACKED;
-
-  /**
-   * When the peer would time out (unless we see activity)
-   */
-  struct GNUNET_TIME_AbsoluteNBO timeout;
-
-  /**
-   * Available bandwidth from the peer.
-   */
-  struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in;
-
-  /**
-   * Available bandwidth to the peer.
-   */
-  struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out;
-
-  /**
-   * Identity of the peer.
-   */
-  struct GNUNET_PeerIdentity peer;
-
-  /**
-   * First of the ATS information blocks (we must have at least
-   * one due to the 0-termination requirement).
-   */
-  struct GNUNET_ATS_Information ats;
-
-};
-
-
-/**
- * Message sent by the service to clients to notify them
  * about a peer disconnecting.
  */
 struct DisconnectNotifyMessage




reply via email to

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