]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/PeerSelectState.h
SourceLayout: Add Ip namespace for internal libip
[thirdparty/squid.git] / src / PeerSelectState.h
index b56e9db50b6c07584d9d0e7b1c33456ddc4cf96b..db9b65282cbe22c3ed75ada8eb1e8d54f860311c 100644 (file)
@@ -52,16 +52,16 @@ public:
     void *callback_data;
     FwdServer *servers;
     /*
-     * Why are these IpAddress instead of peer *?  Because a
+     * Why are these Ip::Address instead of peer *?  Because a
      * peer structure can become invalid during the peer selection
      * phase, specifically after a reconfigure.  Thus we need to lookup
      * the peer * based on the address when we are finally ready to
      * reference the peer structure.
      */
 
-    IpAddress first_parent_miss;
+    Ip::Address first_parent_miss;
 
-    IpAddress closest_parent_miss;
+    Ip::Address closest_parent_miss;
     /*
      * ->hit can be peer* because it should only be
      * accessed during the thread when it is set