hello every,<div>    i met some question about beforeSatisfyInterest() function, i aim at doing some opreation for fib-table, while the public API just show me as follow, i can not access the fib-table when invoke the function beforeSatisfyInterest(), what should i do if i want to add an argument like this,</div><table class="memname" style="font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif; font-size: 13px; line-height: 1.3; font-weight: bold; margin-left: 6px;"><tbody><tr><td class="paramtype" style="white-space: nowrap; vertical-align: bottom;">"shared_ptr< fib<a class="el" href="http://ndnsim.net/2.1/doxygen/classnfd_1_1pit_1_1Entry.html" style="color: rgb(145, 165, 1); text-decoration: none;">::Entry</a> > </td><td class="paramname" style="color: rgb(96, 32, 32); white-space: nowrap; vertical-align: bottom;">fibEntry,",<span style="font-weight: normal;"> i am really appreciate i you can give me any suggestion.</span></td></tr></tbody></table><div><br></div><div>origin funtion, there is three argument:</div><table class="mlabels" style="font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif; font-size: 13px; line-height: 1.3; border-spacing: 0px;"><tbody><tr><td class="mlabels-left" style="width: 755.455px; padding: 0px;"><table class="memname" style="font-size: 13px; line-height: 1.3; font-weight: bold; margin-left: 6px;"><tbody><tr><td class="memname" style="margin-left: 6px; vertical-align: bottom;">void nfd::fw::Strategy::beforeSatisfyInterest</td><td style="vertical-align: bottom;">(</td><td class="paramtype" style="white-space: nowrap; vertical-align: bottom;">shared_ptr< <a class="el" href="http://ndnsim.net/2.1/doxygen/classnfd_1_1pit_1_1Entry.html" style="color: rgb(145, 165, 1); text-decoration: none;">pit::Entry</a> > </td><td class="paramname" style="color: rgb(96, 32, 32); white-space: nowrap; vertical-align: bottom;">pitEntry,</td></tr><tr><td class="paramkey" style="text-align: right; vertical-align: bottom;"></td><td style="vertical-align: bottom;"></td><td class="paramtype" style="white-space: nowrap; vertical-align: bottom;">const <a class="el" href="http://ndnsim.net/2.1/doxygen/classnfd_1_1Face.html" style="color: rgb(145, 165, 1); text-decoration: none;">Face</a> & </td><td class="paramname" style="color: rgb(96, 32, 32); white-space: nowrap; vertical-align: bottom;">inFace,</td></tr><tr><td class="paramkey" style="text-align: right; vertical-align: bottom;"></td><td style="vertical-align: bottom;"></td><td class="paramtype" style="white-space: nowrap; vertical-align: bottom;">const <a class="el" href="http://ndnsim.net/2.1/doxygen/classndn_1_1Data.html" style="color: rgb(145, 165, 1); text-decoration: none;">Data</a> & </td><td class="paramname" style="color: rgb(96, 32, 32); white-space: nowrap; vertical-align: bottom;">data </td></tr><tr><td style="vertical-align: bottom; color: rgb(50, 50, 50); background-color: rgb(232, 232, 232);"><br></td><td style="vertical-align: bottom; color: rgb(50, 50, 50); background-color: rgb(232, 232, 232);">)<br></td></tr></tbody></table></td></tr></tbody></table><br><div>while for my work, i need this as follow, what should i do?</div><div><table class="memname" style="font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif; font-size: 13px; line-height: 1.3; font-weight: bold; margin-left: 6px;"><tbody><tr><td class="memname" style="margin-left: 6px; vertical-align: bottom;">void nfd::fw::Strategy::beforeSatisfyInterest</td><td style="vertical-align: bottom;">(</td><td class="paramtype" style="white-space: nowrap; vertical-align: bottom;">shared_ptr< <a class="el" href="http://ndnsim.net/2.1/doxygen/classnfd_1_1pit_1_1Entry.html" style="color: rgb(145, 165, 1); text-decoration: none;">pit::Entry</a> > </td><td class="paramname" style="color: rgb(96, 32, 32); white-space: nowrap; vertical-align: bottom;">pitEntry,</td></tr><tr><td class="paramkey" style="text-align: right; vertical-align: bottom;"></td><td style="vertical-align: bottom;"></td><td class="paramtype" style="white-space: nowrap; vertical-align: bottom;"><table class="memname" style="font-size: 13px; line-height: 1.3; font-weight: bold; margin-left: 6px;"><tbody><tr><td class="paramtype" style="white-space: nowrap; vertical-align: bottom;">shared_ptr< fib<a class="el" href="http://ndnsim.net/2.1/doxygen/classnfd_1_1pit_1_1Entry.html" style="color: rgb(145, 165, 1); text-decoration: none;">::Entry</a> > </td><td class="paramname" style="color: rgb(96, 32, 32); white-space: nowrap; vertical-align: bottom;">fibEntry,</td></tr></tbody></table>const <a class="el" href="http://ndnsim.net/2.1/doxygen/classnfd_1_1Face.html" style="color: rgb(145, 165, 1); text-decoration: none;">Face</a> & </td><td class="paramname" style="color: rgb(96, 32, 32); white-space: nowrap; vertical-align: bottom;">inFace,</td></tr><tr><td class="paramkey" style="text-align: right; vertical-align: bottom;"></td><td style="vertical-align: bottom;"></td><td class="paramtype" style="white-space: nowrap; vertical-align: bottom;">const <a class="el" href="http://ndnsim.net/2.1/doxygen/classndn_1_1Data.html" style="color: rgb(145, 165, 1); text-decoration: none;">Data</a> & </td><td class="paramname" style="color: rgb(96, 32, 32); white-space: nowrap; vertical-align: bottom;">data </td></tr><tr></tr></tbody></table><br></div><div>i need to access the fib-table.</div>