]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/comm/ConnOpener.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / comm / ConnOpener.h
index 8769f615b8be91e6a6069c5dd46bdac767b7c325..003b474908b9836e68fcbfcb2326d4c0a7dbd640 100644 (file)
@@ -4,9 +4,9 @@
 #include "base/AsyncCall.h"
 #include "base/AsyncJob.h"
 #include "cbdata.h"
-#include "CommCalls.h"
-#include "comm_err_t.h"
 #include "comm/forward.h"
+#include "comm_err_t.h"
+#include "CommCalls.h"
 
 namespace Comm
 {
@@ -47,7 +47,7 @@ private:
     void connected();
     void lookupLocalAddress();
 
-    void sleep();
+    void retrySleep();
     void restart();
 
     bool createFd();