26 #ifndef NFD_DAEMON_TABLE_PIT_OUT_RECORD_HPP
27 #define NFD_DAEMON_TABLE_PIT_OUT_RECORD_HPP
49 return m_incomingNack.get();
71 m_incomingNack.reset();
75 unique_ptr<lp::NackHeader> m_incomingNack;
Contains information about an Interest on an incoming or outgoing face.
Contains information about an Interest toward an outgoing face.
const lp::NackHeader * getIncomingNack() const
bool setIncomingNack(const lp::Nack &nack)
sets a NACK received from getFace()
void clearIncomingNack()
clears last NACK
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents,...