commit | 075bb7dac4bf72cbfcff5e3c2da25c6476090787 | [log] [tgz] |
---|---|---|
author | ashiqopu <marahman@email.arizona.edu> | Sun Mar 10 01:38:21 2019 +0000 |
committer | ashiqopu <marahman@email.arizona.edu> | Thu May 02 06:04:43 2019 +0000 |
tree | e9081b4edfb03102acc8aac0ebe44e718c57202a | |
parent | 14b391842bd0895ab9479ba6ccba489cf59d07b7 [diff] [blame] |
face: add EndpointId in Face and LinkService refs: #4843 Change-Id: If1249015392ef904a56a0d0d97946e2b3024d7d4
diff --git a/tests/daemon/mgmt/face-manager-update-face.t.cpp b/tests/daemon/mgmt/face-manager-update-face.t.cpp index a20394f..f7e89f8 100644 --- a/tests/daemon/mgmt/face-manager-update-face.t.cpp +++ b/tests/daemon/mgmt/face-manager-update-face.t.cpp
@@ -110,7 +110,7 @@ if (isForOnDemandFace) { auto face = target.faceTable.get(static_cast<FaceId>(this->faceId)); // to force creation of on-demand face - face->sendInterest(*make_shared<Interest>("/hello/world")); + face->sendInterest(*make_shared<Interest>("/hello/world"), 0); } });