commit | e9f6bafc2bbcca9dc8448956e3507029ebc1ce8e | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Dec 07 14:34:21 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Dec 09 00:18:53 2016 -0500 |
tree | dec644a6eae754dcbb40a96e8fb99cb9ea7ac4bb | |
parent | 73df9f587e1c16c4f67a0053fe29b68f523ff138 [diff] |
examples: Random load balancer strategy uses the updated strategy API of NFD Change-Id: I3a12ccf29f4858049d1021a3e421e1c7151b3ac1
diff --git a/examples/ndn-load-balancer/random-load-balancer-strategy.cpp b/examples/ndn-load-balancer/random-load-balancer-strategy.cpp index 4b1585f..ac4eff4 100644 --- a/examples/ndn-load-balancer/random-load-balancer-strategy.cpp +++ b/examples/ndn-load-balancer/random-load-balancer-strategy.cpp
@@ -94,7 +94,7 @@ } } while (!canForwardToNextHop(inFace, pitEntry, *selected)); - this->sendInterest(pitEntry, selected->getFace()); + this->sendInterest(pitEntry, selected->getFace(), interest); } } // namespace fw