gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r17188 - gnunet/src/nse


From: gnunet
Subject: [GNUnet-SVN] r17188 - gnunet/src/nse
Date: Wed, 5 Oct 2011 10:34:36 +0200

Author: grothoff
Date: 2011-10-05 10:34:36 +0200 (Wed, 05 Oct 2011)
New Revision: 17188

Modified:
   gnunet/src/nse/gnunet-service-nse.c
Log:
add GNUNET_PACKED

Modified: gnunet/src/nse/gnunet-service-nse.c
===================================================================
--- gnunet/src/nse/gnunet-service-nse.c 2011-10-05 08:16:08 UTC (rev 17187)
+++ gnunet/src/nse/gnunet-service-nse.c 2011-10-05 08:34:36 UTC (rev 17188)
@@ -148,7 +148,7 @@
   /**
    * Number of hops this message has taken so far.
    */
-  uint32_t hop_count;
+  uint32_t hop_count GNUNET_PACKED;
 
   /**
    * Purpose.
@@ -166,7 +166,7 @@
    * of timestamp and the initiator's public
    * key.
    */
-  uint32_t matching_bits;
+  uint32_t matching_bits GNUNET_PACKED;
 
   /**
    * Public key of the originator.
@@ -176,7 +176,7 @@
   /**
    * Proof of work, causing leading zeros when hashed with pkey.
    */
-  uint64_t proof_of_work;
+  uint64_t proof_of_work GNUNET_PACKED;
 
   /**
    * Signature (over range specified in purpose).




reply via email to

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