]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 12 Aug 2014 00:14:56 +0000 (18:14 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 12 Aug 2014 00:14:56 +0000 (18:14 -0600)
doc/debug-sections.txt
lib/profiler/xprof_type.h
src/servers/FtpServer.h

index f07e5f908fa0dfb947556c9459db8347c664c895..10bf67f6330268df4351c63cd09f393f039e468e 100644 (file)
@@ -67,6 +67,7 @@ section 30    Ident (RFC 931)
 section 31    Hypertext Caching Protocol
 section 32    Asynchronous Disk I/O
 section 33    Client-side Routines
+section 33    Transfer protocol servers
 section 35    FQDN Cache
 section 37    ICMP Routines
 section 38    Network Measurement Database
index a7ba32a411bc41d7ce2647094c8de5e4fc10c6fd..11f37db2a0f1ca4d5ea4d655795384d59f965906 100644 (file)
@@ -10,6 +10,7 @@ typedef enum {
     XPROF_HttpHeader_getCc,
     XPROF_HttpMsg_httpMsgParseStep,
     XPROF_HttpParserParseReqLine,
+    XPROF_HttpServer_parseOneRequest,
     XPROF_HttpStateData_processReplyBody,
     XPROF_HttpStateData_processReplyHeader,
     XPROF_HttpStateData_readReply,
@@ -60,7 +61,6 @@ typedef enum {
     XPROF_httpStart,
     XPROF_malloc,
     XPROF_mem_hdr_write,
-    XPROF_parseHttpRequest,
     XPROF_read,
     XPROF_realloc,
     XPROF_recv,
index cdc5fa85af05d88cef8f7523dabbc2142631e1ad..0b30178e7bc0ad423122c84fdb3bdfb43fd0a933 100644 (file)
@@ -5,8 +5,8 @@
 #ifndef SQUID_SERVERS_FTP_SERVER_H
 #define SQUID_SERVERS_FTP_SERVER_H
 
-#include "client_side.h"
 #include "base/Lock.h"
+#include "client_side.h"
 
 namespace Ftp
 {