]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/HttpRequest.h
SourceLayout: Add Ip namespace for internal libip
[thirdparty/squid.git] / src / HttpRequest.h
index c0b4f56fb550110e84f9b0b818451da5ae28da5a..27c9600f9daa62bdc387f46fa7f7dae745cda2cc 100644 (file)
@@ -149,7 +149,7 @@ private:
 #endif
 
 public:
-    IpAddress host_addr;
+    Ip::Address host_addr;
 
     AuthUserRequest *auth_user_request;
 
@@ -169,10 +169,10 @@ public:
 
     int64_t max_forwards;
 
-    IpAddress client_addr;
+    Ip::Address client_addr;
 
 #if FOLLOW_X_FORWARDED_FOR
-    IpAddress indirect_client_addr;
+    Ip::Address indirect_client_addr;
 #endif /* FOLLOW_X_FORWARDED_FOR */
 
 #if USE_SQUID_EUI
@@ -182,7 +182,7 @@ public:
     Eui::Eui64 client_eui64;
 #endif
 
-    IpAddress my_addr;
+    Ip::Address my_addr;
 
     HierarchyLogEntry hier;