persist incoming tags

This commit is contained in:
orignal 2017-04-03 15:05:10 -04:00
parent abf0f5ac87
commit c2f62ba52a
5 changed files with 120 additions and 12 deletions

View file

@ -110,6 +110,7 @@ namespace client
{
if (!m_IsRunning)
{
LoadTags ();
m_IsRunning = true;
m_Pool->SetLocalDestination (shared_from_this ());
m_Pool->SetActive (true);
@ -145,6 +146,7 @@ namespace client
delete m_Thread;
m_Thread = 0;
}
SaveTags ();
CleanUp (); // GarlicDestination
return true;
}