]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/FdNotes.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / FdNotes.cc
index 1a752fcdbda6bf6cbcc23e5edbe191ef517686fd..940d5aff27d05e46ba3663888b4677f9d10986ab 100644 (file)
@@ -1,10 +1,13 @@
 /*
- * $Id$
- *
- * DEBUG: section 54    Interprocess Communication
+ * Copyright (C) 1996-2015 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.
  */
 
+/* DEBUG: section 54    Interprocess Communication */
+
 #include "squid.h"
 #include "Debug.h"
 #include "ipc/FdNotes.h"
@@ -16,6 +19,7 @@ Ipc::FdNote(int fdNoteId)
         "None", // fdnNone
         "HTTP Socket", // fdnHttpSocket
         "HTTPS Socket", // fdnHttpsSocket
+        "FTP Socket", // fdnFtpSocket
 #if SQUID_SNMP
         "Incoming SNMP Socket", // fdnInSnmpSocket
         "Outgoing SNMP Socket", // fdnOutSnmpSocket
@@ -30,3 +34,4 @@ Ipc::FdNote(int fdNoteId)
     debugs(54, DBG_IMPORTANT, HERE << "salvaged bug: wrong fd_note ID: " << fdNoteId);
     return FdNotes[fdnNone];
 }
+