From: Martin Schanzenbach Date: Wed, 29 Aug 2012 11:24:49 +0000 (+0000) Subject: -change vpn wire data format X-Git-Tag: initial-import-from-subversion-38251~12039 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bc7d3adbc732f732ddbac13f295adc0f87449596;p=oweals%2Fgnunet.git -change vpn wire data format --- diff --git a/src/include/gns_protocol.h b/src/include/gns_protocol.h index ad80f85ff..f713795b0 100644 --- a/src/include/gns_protocol.h +++ b/src/include/gns_protocol.h @@ -144,14 +144,14 @@ struct tlsa_data struct vpn_data { /** - * The protocol to use + * The peer to contact */ - uint16_t proto; + struct GNUNET_HashCode peer; /** - * The peer to contact + * The protocol to use */ - struct GNUNET_HashCode peer; + uint16_t proto; /* followed by the servicename */ };