[ndnSIM] fw: Add afterReceiveLoopedInterest strategy trigger

Change-Id: I86407ff82d4b9dd182a199bbe335d6fec87976b6
diff --git a/daemon/fw/forwarder.cpp b/daemon/fw/forwarder.cpp
index 35a8f55..dd6b361 100644
--- a/daemon/fw/forwarder.cpp
+++ b/daemon/fw/forwarder.cpp
@@ -151,7 +151,8 @@
   }
   if (hasDuplicateNonceInPit) {
     // goto Interest loop pipeline
-    this->onInterestLoop(interest, ingress);
+    this->onInterestLoop(ingress, interest);
+    m_strategyChoice.findEffectiveStrategy(*pitEntry).afterReceiveLoopedInterest(ingress, interest, *pitEntry);
     return;
   }