commit | 77d0bfdaf0ec0dcc625067ff4f1089ec24700fc9 | [log] [tgz] |
---|---|---|
author | ashiqopu <marahman@email.arizona.edu> | Wed Feb 20 20:37:31 2019 +0000 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Feb 20 21:18:08 2019 -0500 |
tree | 8524a596b48c9282183ff20aad8e7de6ff88fcbf | |
parent | 2bdf60c4e85107d8875890cca10624308dcf2ae4 [diff] [blame] |
face+table: move EndpointId typedef out of Transport and use it in table refs: #4843 Change-Id: I2b200518a57b21d66eae4360166afda31c3bf11b
diff --git a/daemon/table/pit-out-record.cpp b/daemon/table/pit-out-record.cpp index 75d7e7f..5a42151 100644 --- a/daemon/table/pit-out-record.cpp +++ b/daemon/table/pit-out-record.cpp
@@ -28,7 +28,7 @@ namespace nfd { namespace pit { -OutRecord::OutRecord(Face& face, uint64_t endpointId) +OutRecord::OutRecord(Face& face, EndpointId endpointId) : FaceRecord(face, endpointId) { }