comment
[oweals/gnunet.git] / src / transport / plugin_transport_http.h
index 986d7d7975cabb985cdacabae53e990bce9cbf66..dc0f8bb01a0af6bc0ccd389e07e5dd6305c689c3 100644 (file)
@@ -339,6 +339,10 @@ struct ServerConnection
  */
 struct Session
 {
+  /**
+   * To whom are we talking to
+   */
+  struct GNUNET_PeerIdentity target;
 
   /**
    * Stored in a linked list.
@@ -370,11 +374,6 @@ struct Session
    */
   uint32_t ats_address_network_type;
 
-  /**
-   * To whom are we talking to
-   */
-  struct GNUNET_PeerIdentity target;
-
   /**
    * next pointer for double linked list
    */