send RouterInfo if found by DatabseLookup

This commit is contained in:
orignal 2014-07-24 15:59:00 -04:00
parent d73abd9c55
commit d512c90193
5 changed files with 31 additions and 20 deletions

View file

@ -99,7 +99,7 @@ namespace data
bool IsUnreachable () const { return m_IsUnreachable; };
const uint8_t * GetBuffer () const { return m_Buffer; };
const uint8_t * GetBuffer (); // load if necessary
const uint8_t * LoadBuffer (); // load if necessary
int GetBufferLen () const { return m_BufferLen; };
void CreateBuffer ();