src/devices/wifi/dcf-manager.cc
changeset 2508 18b690d1e74b
parent 2170 b24ae0343c4f
child 2524 db72c0e7743e
equal deleted inserted replaced
2505:984b364e3111 2508:18b690d1e74b
     4 #include "ns3/log.h"
     4 #include "ns3/log.h"
     5 #include "ns3/simulator.h"
     5 #include "ns3/simulator.h"
     6 #include <math.h>
     6 #include <math.h>
     7 
     7 
     8 #include "dcf-manager.h"
     8 #include "dcf-manager.h"
     9 #include "mac-parameters.h"
     9 #include "wifi-mac-parameters.h"
    10 
    10 
    11 NS_LOG_COMPONENT_DEFINE ("DcfManager");
    11 NS_LOG_COMPONENT_DEFINE ("DcfManager");
    12 
    12 
    13 #define MY_DEBUG(x) \
    13 #define MY_DEBUG(x) \
    14   NS_LOG_DEBUG (Simulator::Now () << " " << this << " " << x)
    14   NS_LOG_DEBUG (Simulator::Now () << " " << this << " " << x)