-adding missing GNUNET_PACKED
authorChristian Grothoff <christian@grothoff.org>
Wed, 25 Sep 2013 12:41:42 +0000 (12:41 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 25 Sep 2013 12:41:42 +0000 (12:41 +0000)
src/testbed/testbed.h

index 64f52ad97e0037f6f3393a29f09878faa29c7c06..e6330ea89b2657e57f493a0b48ab6a1d6bc76bb3 100644 (file)
@@ -37,7 +37,7 @@ struct GNUNET_TESTBED_InitMessage
 {
 
   /**
-   * Type is GNUNET_MESSAGE_TYPE_TESTBED_INIT
+   * Type is #GNUNET_MESSAGE_TYPE_TESTBED_INIT
    */
   struct GNUNET_MessageHeader header;
 
@@ -640,7 +640,7 @@ struct GNUNET_TESTBED_PeerConfigurationInformationMessage
 {
 
   /**
-   * Type is GNUNET_MESSAGE_TYPE_TESTBED_PEER_INFORMATION
+   * Type is #GNUNET_MESSAGE_TYPE_TESTBED_PEER_INFORMATION
    */
   struct GNUNET_MessageHeader header;
 
@@ -657,7 +657,7 @@ struct GNUNET_TESTBED_PeerConfigurationInformationMessage
   /**
    * Identity of the peer.
    */
-  struct GNUNET_PeerIdentity peer_identity;
+  struct GNUNET_PeerIdentity peer_identity GNUNET_PACKED;
 
   /**
    * The size of configuration when uncompressed
@@ -693,7 +693,7 @@ struct GNUNET_TESTBED_SlaveGetConfigurationMessage
 
 
 /**
- * Reply to GNUNET_MESSAGE_TYPE_TESTBED_GET_SLAVE_CONFIG message
+ * Reply to #GNUNET_MESSAGE_TYPE_TESTBED_GET_SLAVE_CONFIG message
  */
 struct GNUNET_TESTBED_SlaveConfiguration
 {