]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DiskIO/Mmapped/MmappedDiskIOModule.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / DiskIO / Mmapped / MmappedDiskIOModule.cc
index 841800446ed09d125ca931aa97e0f1e8dd668529..4f8b8c4d35a5f0e6baeaef03c1a641aa0e1a332c 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.
+ */
+
 #include "squid.h"
 #include "MmappedDiskIOModule.h"
 #include "MmappedIOStrategy.h"
@@ -18,10 +26,9 @@ MmappedDiskIOModule::init()
 {}
 
 void
-MmappedDiskIOModule::shutdown()
+MmappedDiskIOModule::gracefulShutdown()
 {}
 
-
 DiskIOStrategy*
 MmappedDiskIOModule::createStrategy()
 {
@@ -35,3 +42,4 @@ MmappedDiskIOModule::type () const
 {
     return "Mmapped";
 }
+