diff -r 97402b61fb82 -r 825478d4cf10 src/internet-stack/ipv4-l3-protocol.h --- a/src/internet-stack/ipv4-l3-protocol.h Tue Oct 06 22:59:55 2009 -0700 +++ b/src/internet-stack/ipv4-l3-protocol.h Tue Oct 06 23:00:21 2009 -0700 @@ -249,6 +249,7 @@ TracedCallback, uint32_t> m_unicastForwardTrace; TracedCallback, uint32_t> m_localDeliverTrace; + // The following two traces pass a packet with an IP header TracedCallback, uint32_t> m_txTrace; TracedCallback, uint32_t> m_rxTrace; // (ifindex not valid if reason is DROP_NO_ROUTE)