From f08ea71825e1046e4f0002c51ecee1d5422c926e Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Sat, 31 May 2008 11:00:01 -0700 Subject: [PATCH] add small comment --- src/common/packet-metadata.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/packet-metadata.cc b/src/common/packet-metadata.cc index 7481f5aa3..1c4ec5d59 100644 --- a/src/common/packet-metadata.cc +++ b/src/common/packet-metadata.cc @@ -439,6 +439,10 @@ PacketMetadata::ReplaceTail (PacketMetadata::SmallItem *item, m_data->m_dirtyEnd = m_used; return; } + + /* Below is the slow path which is hit if the new tail we want + * to append is bigger than the previous tail. + */ // create a copy of the packet. PacketMetadata h (m_packetUid, 0);