commit | bd9c18e0950c0bbd336334028c745f7cf53c47a9 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Nov 19 15:23:41 2012 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Nov 19 15:23:41 2012 -0800 |
tree | 4a6f3633f3147cbefae71df5f0e5ffb0d855282e | |
parent | 5d79e6827a8c873701a6b0f417690407a72ea787 [diff] [blame] |
Solving a couple of bugs resulting from the packet format changes. Code compiles, but haven't fully tested yet
diff --git a/model/pit/ndn-pit.cc b/model/pit/ndn-pit.cc index 48a1747..ad8f4a2 100644 --- a/model/pit/ndn-pit.cc +++ b/model/pit/ndn-pit.cc
@@ -20,8 +20,8 @@ #include "ndn-pit.h" -#include "ns3/ndn-interest-header.h" -#include "ns3/ndn-content-object-header.h" +#include "ns3/ndn-interest.h" +#include "ns3/ndn-content-object.h" #include "ns3/log.h" #include "ns3/string.h"