pktfifo.hh (11294:a368064a2ab5) pktfifo.hh (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 21 unchanged lines hidden (view full) ---

30
31#ifndef __DEV_NET_PKTFIFO_HH__
32#define __DEV_NET_PKTFIFO_HH__
33
34#include <iosfwd>
35#include <list>
36#include <string>
37
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 21 unchanged lines hidden (view full) ---

30
31#ifndef __DEV_NET_PKTFIFO_HH__
32#define __DEV_NET_PKTFIFO_HH__
33
34#include <iosfwd>
35#include <list>
36#include <string>
37
38#include "base/misc.hh"
38#include "base/logging.hh"
39#include "dev/net/etherpkt.hh"
40#include "sim/serialize.hh"
41
42class Checkpoint;
43
44struct PacketFifoEntry
45{
46 EthPacketPtr packet;

--- 166 unchanged lines hidden ---
39#include "dev/net/etherpkt.hh"
40#include "sim/serialize.hh"
41
42class Checkpoint;
43
44struct PacketFifoEntry
45{
46 EthPacketPtr packet;

--- 166 unchanged lines hidden ---