<div dir="ltr">Hi,<div><br></div><div>I had added some attributes to data.hpp. Then I tried to change their value in onOutgoingData. But received following error:</div><div><br></div><div><span dir="ltr" id=":5h.co" class="">../src/ndnSIM/NFD/daemon/fw/forwarder.cpp:526:54:
 error: passing ‘const ndn::Data’ as ‘this’ argument of ‘void 
ndn::Data::setCarlComponents(ns3::Ptr<CarlComp>)’ discards 
qualifiers [-fpermissive]<br>               data.setCarlComponents (cPointer);</span><br></div><div><span dir="ltr" class=""><br></span></div><div>Changing my attributes to mutable also did not help, i.e. only the same error appeared later.</div><div><br></div><div>Thanks for guidance in advance.</div></div>