fix packing issue
authorChristian Grothoff <christian@grothoff.org>
Fri, 8 Jul 2016 17:39:10 +0000 (17:39 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 8 Jul 2016 17:39:10 +0000 (17:39 +0000)
src/transport/plugin_transport_http_common.h

index f97318740faee8820fe423cf485a39d5ed48ee52..8a32e17e4f1650c642446843cf83e237441e8e10 100644 (file)
@@ -93,12 +93,12 @@ struct HttpAddress
    * Address options
    * see `enum HttpAddressOptions`
    */
-  uint32_t options;
+  uint32_t options GNUNET_PACKED;
 
   /**
    * Length of URL located after struct
    */
-  uint32_t urlen;
+  uint32_t urlen GNUNET_PACKED;
 };
 
 GNUNET_NETWORK_STRUCT_END