Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / cloud_print / gcp20 / prototype / service_parameters.h
index 881e15f..b22b3dd 100644 (file)
@@ -20,6 +20,7 @@ struct ServiceParameters {
                     const std::string& service_name_prefix,
                     const std::string& service_domain_name,
                     const net::IPAddressNumber& http_ipv4,
+                    const net::IPAddressNumber& http_ipv6,
                     uint16 http_port);
 
   std::string service_type_;
@@ -27,6 +28,7 @@ struct ServiceParameters {
   std::string service_name_;
   std::string service_domain_name_;
   net::IPAddressNumber http_ipv4_;
+  net::IPAddressNumber http_ipv6_;
   uint16 http_port_;
 };