gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9100 - GNUnet/src/include


From: gnunet
Subject: [GNUnet-SVN] r9100 - GNUnet/src/include
Date: Sat, 3 Oct 2009 14:06:23 -0600

Author: grothoff
Date: 2009-10-03 14:06:23 -0600 (Sat, 03 Oct 2009)
New Revision: 9100

Modified:
   GNUnet/src/include/dv.h
Log:
no packed here

Modified: GNUnet/src/include/dv.h
===================================================================
--- GNUnet/src/include/dv.h     2009-10-03 19:51:40 UTC (rev 9099)
+++ GNUnet/src/include/dv.h     2009-10-03 20:06:23 UTC (rev 9100)
@@ -52,12 +52,13 @@
 
 #define GNUNET_DV_DHT_GOSSIP_PRIORITY GNUNET_EXTREME_PRIORITY / 10
 
+
 /**
  * Message that gets sent between nodes updating dv infos
  */
 typedef struct
 {
-  GNUNET_MessageHeader header GNUNET_PACKED;
+  GNUNET_MessageHeader header;
 
   /**
    * Cost from received from node to neighbor node, takes distance into account
@@ -67,7 +68,7 @@
   /**
    * Identity of neighbor we learned information about
    */
-  GNUNET_PeerIdentity neighbor GNUNET_PACKED;
+  GNUNET_PeerIdentity neighbor;
 
   /*
    * Neighbor ID to use when sending to this peer
@@ -81,7 +82,7 @@
  */
 typedef struct
 {
-  GNUNET_MessageHeader header GNUNET_PACKED;
+  GNUNET_MessageHeader header;
 
   /**
    * Identity of peer that sent the message





reply via email to

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