From bc7d3adbc732f732ddbac13f295adc0f87449596 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Wed, 29 Aug 2012 11:24:49 +0000 Subject: [PATCH] -change vpn wire data format --- src/include/gns_protocol.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 */ }; -- 2.25.1