src/network/model/tag-buffer.cc
changeset 10968 2d29fee2b7b8
parent 9157 2d4305dd159a
equal deleted inserted replaced
10967:597a9ec89e60 10968:2d29fee2b7b8
    20 #include "tag-buffer.h"
    20 #include "tag-buffer.h"
    21 #include "ns3/assert.h"
    21 #include "ns3/assert.h"
    22 #include "ns3/log.h"
    22 #include "ns3/log.h"
    23 #include <cstring>
    23 #include <cstring>
    24 
    24 
       
    25 namespace ns3 {
       
    26 
    25 NS_LOG_COMPONENT_DEFINE ("TagBuffer");
    27 NS_LOG_COMPONENT_DEFINE ("TagBuffer");
    26 
       
    27 namespace ns3 {
       
    28 
    28 
    29 #ifndef TAG_BUFFER_USE_INLINE
    29 #ifndef TAG_BUFFER_USE_INLINE
    30 
    30 
    31 void 
    31 void 
    32 TagBuffer::WriteU8 (uint8_t v)
    32 TagBuffer::WriteU8 (uint8_t v)