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;
81 #endif // NFD_DAEMON_TABLE_PIT_OUT_RECORD_HPP Contains information about an Interest toward an outgoing face.
void clearIncomingNack()
clears last NACK
bool setIncomingNack(const lp::Nack &nack)
sets a NACK received from getFace()
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
Contains information about an Interest on an incoming or outgoing face.
const lp::NackHeader * getIncomingNack() const