messages for inter-controller overlay connect
[oweals/gnunet.git] / src / include / gns_protocol.h
index b5e6f33e1487a317bdb508c37f1641528125bedc..0d9758bdaf244304abb4ffaf355fc17e8c50aaaa 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file gns/gns_records.h
+ * @file include/gns_protocol.h
  * @brief Resource Record definitions
  * @author Martin Schanzenbach
  */
@@ -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 */
 };