gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29679 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r29679 - gnunet/src/gns
Date: Sun, 29 Sep 2013 16:46:15 +0200

Author: grothoff
Date: 2013-09-29 16:46:15 +0200 (Sun, 29 Sep 2013)
New Revision: 29679

Modified:
   gnunet/src/gns/gns.h
Log:
-adding missing PACKED directives

Modified: gnunet/src/gns/gns.h
===================================================================
--- gnunet/src/gns/gns.h        2013-09-29 14:45:56 UTC (rev 29678)
+++ gnunet/src/gns/gns.h        2013-09-29 14:46:15 UTC (rev 29679)
@@ -51,7 +51,7 @@
 struct GNUNET_GNS_ClientLookupMessage
 {
   /**
-   * Header of type GNUNET_MESSAGE_TYPE_GNS_CLIENT_LOOKUP
+   * Header of type #GNUNET_MESSAGE_TYPE_GNS_LOOKUP
    */
   struct GNUNET_MessageHeader header;
 
@@ -78,10 +78,10 @@
   /**
    * the type of record to look up
    */
-  int32_t type;
+  int32_t type GNUNET_PACKED;
   
   /**
-   * The key for shorten, if 'have_key' is set 
+   * The key for shorten, if @e have_key is set 
    */
   struct GNUNET_CRYPTO_EccPrivateKey shorten_key;
 
@@ -95,7 +95,7 @@
 struct GNUNET_GNS_ClientLookupResultMessage
 {
   /**
-    * Header of type GNUNET_MESSAGE_TYPE_GNS_CLIENT_RESULT
+    * Header of type #GNUNET_MESSAGE_TYPE_GNS_LOOKUP_RESULT
    */
   struct GNUNET_MessageHeader header;
 
@@ -107,7 +107,7 @@
   /**
    * The number of records contained in response
    */  
-  uint32_t rd_count;
+  uint32_t rd_count GNUNET_PACKED;
 
   /* followed by rd_count GNUNET_NAMESTORE_RecordData structs*/
 




reply via email to

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