commit | b0b22419fccc8908ca240c5cb622cb95b8515c3d | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Dec 07 14:33:46 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Dec 08 23:08:19 2016 -0500 |
tree | ba74ef2e1eef68e235dc5daf9e7d28d3e228c46b | |
parent | 94c2d9c4782980de4180a947a4cca84ce1cdb7f6 [diff] [blame] |
all: Fixing compatibility with NFD 0.5 and ndn-cxx 0.5 Change-Id: I3d23acf29f4858049d1040a3e421e1c7151b3aba
diff --git a/tests/unit-tests/helper/ndn-strategy-choice-helper.t.cpp b/tests/unit-tests/helper/ndn-strategy-choice-helper.t.cpp index 0b92fa7..cf06179 100644 --- a/tests/unit-tests/helper/ndn-strategy-choice-helper.t.cpp +++ b/tests/unit-tests/helper/ndn-strategy-choice-helper.t.cpp
@@ -150,7 +150,7 @@ virtual void afterReceiveInterest(const Face& inFace, const Interest& interest, - shared_ptr<nfd::fib::Entry> fibEntry, shared_ptr<nfd::pit::Entry> pitEntry) + const shared_ptr<nfd::pit::Entry>& pitEntry) { // this strategy doesn't forward interests }