aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/plugin_transport_http_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_http_common.h b/src/transport/plugin_transport_http_common.h
index f97318740..8a32e17e4 100644
--- a/src/transport/plugin_transport_http_common.h
+++ b/src/transport/plugin_transport_http_common.h
@@ -93,12 +93,12 @@ struct HttpAddress
93 * Address options 93 * Address options
94 * see `enum HttpAddressOptions` 94 * see `enum HttpAddressOptions`
95 */ 95 */
96 uint32_t options; 96 uint32_t options GNUNET_PACKED;
97 97
98 /** 98 /**
99 * Length of URL located after struct 99 * Length of URL located after struct
100 */ 100 */
101 uint32_t urlen; 101 uint32_t urlen GNUNET_PACKED;
102}; 102};
103 103
104GNUNET_NETWORK_STRUCT_END 104GNUNET_NETWORK_STRUCT_END