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/fib/ndn-fib-impl.cc b/model/fib/ndn-fib-impl.cc index fd12c68..30004b5 100644 --- a/model/fib/ndn-fib-impl.cc +++ b/model/fib/ndn-fib-impl.cc
@@ -21,7 +21,7 @@ #include "ndn-fib-impl.h" #include "ns3/ndn-face.h" -#include "ns3/ndn-interest-header.h" +#include "ns3/ndn-interest.h" #include "ns3/node.h" #include "ns3/assert.h"