src/devices/csma/csma-net-device.h
changeset 4272 b40ce56e0247
parent 4264 9d2e96c4e6e4
child 4291 141f01bbfa8b
--- 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
    */