new operation queue for limiting overlay connects
[oweals/gnunet.git] / src / transport / plugin_transport_http.h
index 1469fd8a939c21bb9d36cafff0ad4896ff1281ae..1ac2f985940416862fa89604b8f960b4b3b36559 100644 (file)
@@ -96,22 +96,13 @@ struct Plugin
   /**
    * IPv4 addresses DLL head
    */
-  struct IPv4HttpAddressWrapper *ipv4_addr_head;
+  struct HttpAddressWrapper *addr_head;
 
   /**
    * IPv4 addresses DLL tail
    */
-  struct IPv4HttpAddressWrapper *ipv4_addr_tail;
+  struct HttpAddressWrapper *addr_tail;
 
-  /**
-   * IPv6 addresses DLL head
-   */
-  struct IPv6HttpAddressWrapper *ipv6_addr_head;
-
-  /**
-   * IPv6 addresses DLL tail
-   */
-  struct IPv6HttpAddressWrapper *ipv6_addr_tail;
 
   /**
    * Plugin configuration