]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/StartListening.cc
Merged from parent (trunk r10600).
[thirdparty/squid.git] / src / ipc / StartListening.cc
index ff61538cc3f7774875762841116b57a8d5743c1d..77fa86f778e6cdaa1b1cd8a330a2d531c12fee98 100644 (file)
@@ -7,7 +7,7 @@
 
 #include "config.h"
 #include "comm.h"
-#include "TextException.h"
+#include "base/TextException.h"
 #include "ipc/SharedListen.h"
 #include "ipc/StartListening.h"
 
@@ -26,7 +26,7 @@ std::ostream &Ipc::StartListeningCb::startPrint(std::ostream &os) const
 }
 
 
-void Ipc::StartListening(int sock_type, int proto, IpAddress &addr,
+void Ipc::StartListening(int sock_type, int proto, Ip::Address &addr,
                          int flags, FdNoteId fdNote, AsyncCall::Pointer &callback)
 {
     OpenListenerParams p;