Network preferred relay stuff in netconf controller.

This commit is contained in:
Adam Ierymenko 2015-04-20 17:47:12 -07:00
parent 8a13cfdace
commit ed107c4daf
4 changed files with 35 additions and 3 deletions

View file

@ -81,6 +81,7 @@ private:
sqlite3_stmt *_sCheckIfIpIsAllocated;
sqlite3_stmt *_sAllocateIp;
sqlite3_stmt *_sCacheNetconf;
sqlite3_stmt *_sGetRelays;
Mutex _lock;