src/internet/model/ipv4-packet-info-tag.h
changeset 7353 09fccf6195ea
parent 7176 9f2663992e99
child 7386 2310ed220a61
equal deleted inserted replaced
7352:e440347eff27 7353:09fccf6195ea
    16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    17  *
    17  *
    18  * Authors: Hajime Tazaki <tazaki@sfc.wide.ad.jp>
    18  * Authors: Hajime Tazaki <tazaki@sfc.wide.ad.jp>
    19  */
    19  */
    20 
    20 
    21 #ifndef __IPV4_PACKET_INFO_TAG_H__
    21 #ifndef IPV4_PACKET_INFO_TAG_H
    22 #define __IPV4_PACKET_INFO_TAG_H__
    22 #define IPV4_PACKET_INFO_TAG_H
    23 
    23 
    24 #include "ns3/tag.h"
    24 #include "ns3/tag.h"
    25 #include "ns3/ipv4-address.h"
    25 #include "ns3/ipv4-address.h"
    26 
    26 
    27 namespace ns3 {
    27 namespace ns3 {
    84   // Uset for IP_RECVTTL, though not implemented yet.
    84   // Uset for IP_RECVTTL, though not implemented yet.
    85   uint8_t m_ttl;
    85   uint8_t m_ttl;
    86 };
    86 };
    87 } //namespace ns3
    87 } //namespace ns3
    88 
    88 
    89 #endif /* __IPV4_PACKET_INFO_TAG_H__ */
    89 #endif /* IPV4_PACKET_INFO_TAG_H */
    90