rename packet-history.h to packet-metadata.h

This commit is contained in:
Mathieu Lacage
2007-06-07 12:48:52 +02:00
parent 6e2d898443
commit b61417101f
5 changed files with 5 additions and 5 deletions

View File

@@ -189,7 +189,7 @@ common.add_sources([
'header.cc',
'trailer.cc',
'packet-printer.cc',
'packet-history.cc',
'packet-metadata.cc',
'packet.cc',
'tags.cc',
'pcap-writer.cc',
@@ -212,7 +212,7 @@ common.add_inst_headers([
'tags.h',
'packet.h',
'packet-printer.h',
'packet-history.h',
'packet-metadata.h',
'uv-trace-source.h',
'sv-trace-source.h',
'fv-trace-source.h',

View File

@@ -23,7 +23,7 @@
#include "ns3/assert.h"
#include "ns3/fatal-error.h"
#include "ns3/debug.h"
#include "packet-history.h"
#include "packet-metadata.h"
#include "chunk.h"
#include "buffer.h"

View File

@@ -26,7 +26,7 @@
#include "header.h"
#include "trailer.h"
#include "tags.h"
#include "packet-history.h"
#include "packet-metadata.h"
#include "ns3/callback.h"
#include "ns3/assert.h"

View File

@@ -20,7 +20,7 @@
*/
#include "ns3/system-wall-clock-ms.h"
#include "ns3/packet.h"
#include "ns3/packet-history.h"
#include "ns3/packet-metadata.h"
#include <iostream>
#include <sstream>