]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove obsolete XXX: IpcIoMsg objects are no longer sent over UDS.
authorDmitry Kurochkin <dmitry.kurochkin@measurement-factory.com>
Wed, 20 Apr 2011 18:45:33 +0000 (22:45 +0400)
committerDmitry Kurochkin <dmitry.kurochkin@measurement-factory.com>
Wed, 20 Apr 2011 18:45:33 +0000 (22:45 +0400)
src/DiskIO/IpcIo/IpcIoFile.h

index 8d66e495d2114209f3cfc05585e208de188819cd..368c8235c41891b8ad3b018bd7370947c5124a05 100644 (file)
@@ -16,7 +16,7 @@ namespace IpcIo {
 /// what kind of I/O the disker needs to do or have done
 typedef enum { cmdNone, cmdOpen, cmdRead, cmdWrite } Command;
 
-enum { BufCapacity = 32*1024 }; // XXX: must not exceed TypedMsgHdr.maxSize
+enum { BufCapacity = 32*1024 };
 
 } // namespace IpcIo