]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/SharedListen.h
Merged from parent (trunk r10600).
[thirdparty/squid.git] / src / ipc / SharedListen.h
index 3b77b88a5f0e55f4b940de59c9bd5ac88c4a4dc0..8d93ef43c34cab7541deb433a6e6cd5003bc008e 100644 (file)
@@ -25,7 +25,7 @@ public:
 
     int sock_type;
     int proto;
-    IpAddress addr; ///< will be memset and memcopied
+    Ip::Address addr; ///< will be memset and memcopied
     int flags;
     int fdNote; ///< index into fd_note() comment strings
 };