]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/helper.h
SourceLayout: shuffle HelperChildConfig into libhelper.la
[thirdparty/squid.git] / src / helper.h
index 1cbbcc726827e2bb2f60fe117800e3e9693640b9..16c24a0b684c47affc8dbd4ac95495923b6f9042 100644 (file)
@@ -16,8 +16,8 @@
 #include "cbdata.h"
 #include "comm/forward.h"
 #include "dlink.h"
+#include "helper/ChildConfig.h"
 #include "helper/forward.h"
-#include "HelperChildConfig.h"
 #include "ip/Address.h"
 
 class helper
@@ -39,7 +39,7 @@ public:
     dlink_list servers;
     dlink_list queue;
     const char *id_name;
-    HelperChildConfig childs;    ///< Configuration settings for number running.
+    Helper::ChildConfig childs;    ///< Configuration settings for number running.
     int ipc_type;
     Ip::Address addr;
     time_t last_queue_warn;