]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DiskIO/IpcIo/IpcIoDiskIOModule.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / DiskIO / IpcIo / IpcIoDiskIOModule.h
index 92e1cf244efa57c381b9e8fccc218610483a2d2b..0484a91f2c561fb196e8f6f2d71985ab552f50d1 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef SQUID_IPC_IODISKIOMODULE_H
 #define SQUID_IPC_IODISKIOMODULE_H
 
@@ -10,7 +18,7 @@ public:
     static IpcIoDiskIOModule &GetInstance();
     IpcIoDiskIOModule();
     virtual void init();
-    virtual void shutdown();
+    virtual void gracefulShutdown();
     virtual char const *type () const;
     virtual DiskIOStrategy* createStrategy();
 
@@ -19,3 +27,4 @@ private:
 };
 
 #endif /* SQUID_IPC_IODISKIOMODULE_H */
+