--- a/src/devices/csma/csma-net-device.h Wed Mar 18 11:19:18 2009 -0400
+++ b/src/devices/csma/csma-net-device.h Wed Mar 18 23:36:37 2009 -0700
@@ -662,7 +662,16 @@
/**
* The trace source fired for packets successfully received by the device
* immediately before being forwarded up to higher layers (at the L2/L3
- * transition).
+ * transition). This is a promiscuous trace.
+ *
+ * \see class CallBackTraceSource
+ */
+ TracedCallback<Ptr<const Packet> > m_macPromiscRxTrace;
+
+ /**
+ * The trace source fired for packets successfully received by the device
+ * immediately before being forwarded up to higher layers (at the L2/L3
+ * transition). This is a non-promiscuous trace.
*
* \see class CallBackTraceSource
*/