commit | a073e2e23e6ca04c98d55300ff8cb768e3a9e13b | [log] [tgz] |
---|---|---|
author | laqinfan <lfan1@memphis.edu> | Mon Jan 15 21:17:24 2018 +0000 |
committer | laqinfan <lfan1@memphis.edu> | Fri Feb 16 12:30:36 2018 +0000 |
tree | 9fbae9aa8f4bbacc06d06cf4eb1353142c083d99 | |
parent | 9da6aa7fce56f88ae46add729a4402443beafa3b [diff] [blame] |
publisher: fix encoding bug in routing table publisher refs: #4453 Change-Id: I03e819e963f0957f3d40ff25e378f2b9b17357b7
diff --git a/src/tlv/routing-table-status.hpp b/src/tlv/routing-table-status.hpp index 1ce3497..97d083f 100644 --- a/src/tlv/routing-table-status.hpp +++ b/src/tlv/routing-table-status.hpp
@@ -95,6 +95,8 @@ mutable ndn::Block m_wire; }; +NDN_CXX_DECLARE_WIRE_ENCODE_INSTANTIATIONS(RoutingTableStatus); + std::ostream& operator<<(std::ostream& os, const RoutingTableStatus& rtStatus);