X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftransport%2Fplugin_transport_http_common.h;h=8a32e17e4f1650c642446843cf83e237441e8e10;hb=547d531bb3088bf00a0ae5777fa09c7893b7b370;hp=51438d6e67eb6c7784d0f9ecaa6483d91eb0e428;hpb=e5bd8fb4aa72717b8707a4652f14c0735acb52c4;p=oweals%2Fgnunet.git diff --git a/src/transport/plugin_transport_http_common.h b/src/transport/plugin_transport_http_common.h index 51438d6e6..8a32e17e4 100644 --- a/src/transport/plugin_transport_http_common.h +++ b/src/transport/plugin_transport_http_common.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet - Copyright (C) 2002-2014 Christian Grothoff (and other contributing authors) + Copyright (C) 2002-2014 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -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