aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-08 17:39:10 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-08 17:39:10 +0000
commit55c53daf9f9afa97fa848baaab5ef38ce4716a8a (patch)
tree976ae6e9e38dcf041eff1a1aa800d4bc5b8339e4 /src/transport/plugin_transport_http_common.h
parent8a072a4db24fd858c1f0b4d2e07c3d2c877653f1 (diff)
downloadgnunet-55c53daf9f9afa97fa848baaab5ef38ce4716a8a.tar.gz
gnunet-55c53daf9f9afa97fa848baaab5ef38ce4716a8a.zip
fix packing issue
Diffstat (limited to 'src/transport/plugin_transport_http_common.h')
-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