-change vpn wire data format
authorMartin Schanzenbach <mschanzenbach@posteo.de>
Wed, 29 Aug 2012 11:24:49 +0000 (11:24 +0000)
committerMartin Schanzenbach <mschanzenbach@posteo.de>
Wed, 29 Aug 2012 11:24:49 +0000 (11:24 +0000)
src/include/gns_protocol.h

index ad80f85fffb43735bf96195046921466fdfbb79f..f713795b0c5fcfabcd1d15883d91deb5ab11f886 100644 (file)
@@ -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 */
 };