summaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/strategies/lowLatency.h
diff options
context:
space:
mode:
authormichele papalini <micpapal@cisco.com>2020-01-21 17:56:37 +0100
committermichele papalini <micpapal@cisco.com>2020-01-22 10:55:08 +0100
commite3e78f60b5e8f31be056d95b9b83a2c1a9110fe9 (patch)
treee446927dd730e00692c643381b2e85e8a5982262 /hicn-light/src/hicn/strategies/lowLatency.h
parentbf366088b56e7f2e793e7026d9c655e26fe4a67a (diff)
[HICN-482] trigger map-me updates from the forwarding strategy
Signed-off-by: michele papalini <micpapal@cisco.com> Change-Id: Icc41824f2f29580229ce8b3ce066f121870e012d Signed-off-by: michele papalini <micpapal@cisco.com>
Diffstat (limited to 'hicn-light/src/hicn/strategies/lowLatency.h')
-rw-r--r--hicn-light/src/hicn/strategies/lowLatency.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/hicn-light/src/hicn/strategies/lowLatency.h b/hicn-light/src/hicn/strategies/lowLatency.h
index f82a576f1..736c8783d 100644
--- a/hicn-light/src/hicn/strategies/lowLatency.h
+++ b/hicn-light/src/hicn/strategies/lowLatency.h
@@ -26,6 +26,8 @@
StrategyImpl *strategyLowLatency_Create();
void strategyLowLatency_SetStrategy(StrategyImpl *strategy,
- const Forwarder * forwarder,
- const FibEntry * fibEntry);
+ const Forwarder * forwarder,
+ const FibEntry * fibEntry,
+ unsigned related_prefixes_len,
+ Name **related_prefixes);
#endif // lowLatency_h