commit | 135288cf4f2617c99a7daa4df7e339c8b785b7d9 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Sat Apr 23 23:06:56 2022 -0400 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Tue May 24 16:12:14 2022 -0400 |
tree | 6c742e6250ed7674e779553c211e6e84b5daed5d | |
parent | 8de8a8b37a9cdb552ab4389639fb731ce37cd786 [diff] [blame] |
lsdb: Fetch LSA from the face the notification about LSAs came from Change-Id: Iadb7a22bcc8b2d7801787e5d88b37eec4eafc974
diff --git a/tests/communication/test-sync-protocol-adapter.cpp b/tests/communication/test-sync-protocol-adapter.cpp index 74d9e23..919f5e8 100644 --- a/tests/communication/test-sync-protocol-adapter.cpp +++ b/tests/communication/test-sync-protocol-adapter.cpp
@@ -53,7 +53,7 @@ userPrefixes[i], syncInterestLifetime, [i, this] (const ndn::Name& updateName, - uint64_t highSeq) { + uint64_t highSeq, uint64_t incomingFaceId) { prefixToSeq[i].emplace(updateName, highSeq); }); }